>From Michael Blow <[email protected]>: Attention is currently required from: [email protected]. Michael Blow has posted comments on this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/18463 )
Change subject: [ASTERIXDB-3454][COMP] Make Array Indexes more expensive ...................................................................... Patch Set 2: (1 comment) File asterixdb/asterix-algebra/src/main/java/org/apache/asterix/optimizer/rules/cbo/JoinNode.java: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/18463/comment/09d5166a_9f60b74a PS2, Line 654: if (IndexCostInfo.get(i).first.getIndexType() == DatasetConfig.IndexType.ARRAY) { consider rewriting as arrayIndexUsed = arrayIndexUsed || IndexCostInfo.get(i).first.getIndexType() == DatasetConfig , to avoid this when an arrayIndexUsed has already been identified -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/18463 To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Change-Id: I446744d55433016b7343ea45dd88d1df1edce283 Gerrit-Change-Number: 18463 Gerrit-PatchSet: 2 Gerrit-Owner: [email protected] Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-CC: Michael Blow <[email protected]> Gerrit-Attention: [email protected] Gerrit-Comment-Date: Thu, 11 Jul 2024 15:46:12 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Gerrit-MessageType: comment
