You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Mark Hamstra (JIRA)" <ji...@apache.org> on 2016/03/08 23:36:40 UTC

[jira] [Comment Edited] (SPARK-13523) Reuse the exchanges in a query

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

Mark Hamstra edited comment on SPARK-13523 at 3/8/16 10:36 PM:
---------------------------------------------------------------

Yes that is a good point.  But they are closely enough linked (e.g. in the need for plan canonicalization) that I'm going to create an umbrella to cover both issues.


was (Author: markhamstra):
Yes that is a good point.  But they are closely enough linked (e.g. in the need for plan canonicalization) that I'm going to create an ubmrella to cover both issues.

> Reuse the exchanges in a query
> ------------------------------
>
>                 Key: SPARK-13523
>                 URL: https://issues.apache.org/jira/browse/SPARK-13523
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>            Reporter: Davies Liu
>            Assignee: Davies Liu
>
> In exchange, the RDD will be materialized (shuffled or collected), it's a good point to eliminate common part of a query.
> In some TPCDS queries (for example, Q64), the same exchange (ShuffleExchange or BroadcastExchange) could be used multiple times, we should re-use them to avoid the duplicated work and reduce the memory for broadcast.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org