You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/12/17 04:45:00 UTC

[jira] [Commented] (ASTERIXDB-2683) Add tests for filters using large (>50K) in-lists.

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

ASF subversion and git services commented on ASTERIXDB-2683:
------------------------------------------------------------

Commit bf1097a257bf9ccb349327c79a1de93fc6fb32c6 in asterixdb's branch refs/heads/master from Hussain Towaileb
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=bf1097a ]

[ASTERIXDB-2683][OTH] Add tests for filters using large (>50K) in-lists.

- user model changes: no
- storage format changes: no
- interface changes: no

Details:
- Added a methodology for generating a sequence number
  of items that can be inserted in queries for
  convenience.
- Added test cases for filters using large number
  of items for in-lists.
- Added test cases for using large number of and
  clauses in a single query.

Change-Id: I39f88d6faead10b106ebdc147d0f9137090d061c
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/4363
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Hussain Towaileb <hu...@gmail.com>
Reviewed-by: Till Westmann <ti...@apache.org>


> Add tests for filters using large (>50K) in-lists.
> --------------------------------------------------
>
>                 Key: ASTERIXDB-2683
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2683
>             Project: Apache AsterixDB
>          Issue Type: Task
>          Components: OTH - Other
>    Affects Versions: 0.9.4.1
>            Reporter: Hussain Towaileb
>            Assignee: Hussain Towaileb
>            Priority: Major
>             Fix For: 0.9.5
>
>
> Add a test case for large number of items (<50k) in filters to ensure the query works correctly without failing.
>  
> {code:java}
> select name from test where name in [ "...", "...", ...];
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)