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 2021/09/18 17:08:00 UTC

[jira] [Commented] (ASTERIXDB-2956) Create RQG Tests for Array Indexes

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

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

Commit 0d222c3f1fb46c3bca2b8ed35c1eebab7296820b in asterixdb's branch refs/heads/master from ggalvizo
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=0d222c3 ]

[ASTERIXDB-2956][IDX] Adding RQG for array indexes + fixes

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

Adding RQGs for array indexes and the fixes detailed below:
- Handle conjuncts with nested ANDs (for SOME AND EVERY).
- Disable merge-select local rewrite when a join is encountered.
- Analyze for array indexes for each ASSIGN op (as opposed to the last
  ASSIGN).
- Disable INLJ with cross products in probe (ASTERIXDB-2966 bug).
- Enable general theta join INLJ acceleration with array indexes.
- Fix type builder bug for getting array type (at initial ingestion).
- Small fixes to get composite-atomic index initial ingestion working
  (now evaluators and record descriptors between operators are correct).

Change-Id: I25a0f34010bca6296e75c6d6bc04eb515376941f
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/13263
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Dmitry Lychagin <dm...@couchbase.com>


> Create RQG Tests for Array Indexes
> ----------------------------------
>
>                 Key: ASTERIXDB-2956
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2956
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: IDX - Indexes
>            Reporter: Glenn Justo Galvizo
>            Assignee: Glenn Justo Galvizo
>            Priority: Major
>             Fix For: 0.9.7
>
>
> Improve our test coverage of array indexes by randomly generating index structures + corresponding queries.



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