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/17 02:48:00 UTC

[jira] [Commented] (ASTERIXDB-2957) Ensure array indexes exist before performing local rewrites.

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

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

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

[ASTERIXDB-2957][IDX] Enable array indexes by default

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

Array index accceleration is now enabled by default. The array index
code path now has an additional check which first searches if a dataset
used in a query has an array index before proceeding down an array index
code path.

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


> Ensure array indexes exist before performing local rewrites.
> ------------------------------------------------------------
>
>                 Key: ASTERIXDB-2957
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2957
>             Project: Apache AsterixDB
>          Issue Type: Improvement
>          Components: IDX - Indexes
>            Reporter: Glenn Justo Galvizo
>            Assignee: Glenn Justo Galvizo
>            Priority: Major
>
> Goal is to enable the compiler flag for array indexes by default, but only traverse the array index code path (w.r.t. the optimizer) if array indexes are present in a dataset in the query.



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