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 2018/07/10 00:50:00 UTC

[jira] [Commented] (ASTERIXDB-2405) IntroduceJoinAccessMethodUtil doesn't start at delegates other than commit.

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

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

Commit e93617f8a73abf46a25b94e7f9d7af441f167698 in asterixdb's branch refs/heads/master from Steven Glenn Jacobs
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=e93617f ]

[ASTERIXDB-2405][COMP] Allow IntroduceJoin to start at delegates

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

details:
Previously, IntroduceJoinAccessMethodRule would only start at
the top of a plan (commit or distribute result)
Commit is the only delegate operator in master.
We have one more delegate operator in BAD, which is also the
top of the plan.
This change allows all delegates to be considered by
IntroduceJoinAccessMethodRule as a starting point.

Change-Id: I00172958df8c9ce6dc4cc6b405bc1d6665e2d514
Reviewed-on: https://asterix-gerrit.ics.uci.edu/2740
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Contrib: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Xikui Wang <xk...@gmail.com>


> IntroduceJoinAccessMethodUtil doesn't start at delegates other than commit.
> ---------------------------------------------------------------------------
>
>                 Key: ASTERIXDB-2405
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2405
>             Project: Apache AsterixDB
>          Issue Type: Improvement
>            Reporter: Steven Jacobs
>            Priority: Major
>
> Currently, we only have two delegates:
> commit()
> and the BAD delegate, notify-brokers()
> They should both be considered by IntroduceJoinAccessMethodUtil



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)