You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vxquery.apache.org by "Steven Jacobs (JIRA)" <ji...@apache.org> on 2016/05/31 21:39:12 UTC

[jira] [Created] (VXQUERY-209) Parallel Index creation and access

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)