[
https://issues.apache.org/jira/browse/ASTERIXDB-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17694164#comment-17694164
]
ASF subversion and git services commented on ASTERIXDB-3107:
------------------------------------------------------------
Commit 2eb93874971f4a42a352f33cf05c8042a118d8c9 in asterixdb's branch
refs/heads/master from Vijay Sarathy
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=2eb9387497 ]
[ASTERIXDB-3107][COMP] Add card/cost info for unnest_map operator
Change-Id: I69ad4760c4026663107192f2f349eceec8e49efe
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17372
Reviewed-by: Vijay Sarathy <[email protected]>
Reviewed-by: Ali Alsuliman <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
> Cost/card info not shown in explain output for index nested loops plan.
> -----------------------------------------------------------------------
>
> Key: ASTERIXDB-3107
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3107
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: COMP - Compiler
> Reporter: Vijay Sarathy
> Priority: Major
>
> For an indexnl plan, we currrently do not show card/cost in the explain
> output. These annotations are added at the end of join enumeration on the
> logical operators in EnumerateJoinsRule. For indexnl join, there are no
> corresponding physical operators (as the data scan gets converted into
> unnest_map), so these cards are not accessible in the final
> EstimatedCostComputationVisitor code.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)