You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Chen Li (JIRA)" <ji...@apache.org> on 2016/08/20 22:25:21 UTC

[jira] [Commented] (ASTERIXDB-1077) Inverted index tests are slow compared to others

    [ https://issues.apache.org/jira/browse/ASTERIXDB-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15429529#comment-15429529 ] 

Chen Li commented on ASTERIXDB-1077:
------------------------------------

[~wangsaeu]: I remember you already removed some of the test cases.  If so, please include that patch number and close this issue.

> Inverted index tests are slow compared to others
> ------------------------------------------------
>
>                 Key: ASTERIXDB-1077
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1077
>             Project: Apache AsterixDB
>          Issue Type: Improvement
>          Components: Hyracks
>            Reporter: Ian Maxon
>            Assignee: Chen Li
>            Priority: Minor
>
> The inverted index tests take up the majority of the time spent in the Hyracks tests (~25min out of 33min). Taewoo looked into this and discovered that the reason is at least partially because of the parameters in AccessMethodTestsConfig . Those parameters are not taking into account that queries on an inverted index will be far more expensive, because they are all point lookups. It just uses roughly the same number of operations as the BTree/RTree tests. 
> We may want to lower the number of operations, or perhaps there is some other performance improvement that may ameliorate this situation. 



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