Steven Jacobs created VXQUERY-209:
-------------------------------------

             Summary: Parallel Index creation and access
                 Key: VXQUERY-209
                 URL: https://issues.apache.org/jira/browse/VXQUERY-209
             Project: VXQuery
          Issue Type: Bug
            Reporter: Steven Jacobs


Currently we partition-parallelize collection by pipe-delimitating the paths 
for each partition. In order for indexing to reach the same parallelism, we 
need to add the same functionality to index queries, e.g.

build-index-on-collection("path1|path2|path3|path4", 
"index1|index2|index3|index4")

and 
collection-from-index("index1|index2|index3|index4", "/collection/book")



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to