Hello All,

I am getting a tree cache error when I run the query below.

xquery version "1.0-ml";

for $b in xdmp:directory('/TITLE/', 'infinity')/title
return $b/titlekey

Error
-----
XDMP-EXPNTREECACHEFULL: 
for $b as item()* in xdmp:directory("/TITLE/", "infinity")/child::title return 
$b/child::titlekey 
-- Expanded tree cache full on host

Is there a better way to write the query?

Thanks

Vasu
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to