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/09/07 23:24:20 UTC

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

     [ https://issues.apache.org/jira/browse/VXQUERY-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Jacobs closed VXQUERY-209.
---------------------------------
    Resolution: Fixed

> 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)