XQuery is a functional language designed to query and manipulate XML data with XPATH.
2
votes
0answers
199 views
+50
What index would speed up my XQuery in X-Hive / Documentum xDB?
I have approx 2500 documents in my test database and searching the xpath /path/to/@attribute takes approximately 2.4 seconds. Doing distinct-values(/path/to/@attribute) takes 3.0 seconds.
I've been ...