Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Add post-PPD rewrite #5582

Merged
merged 2 commits into from
Nov 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,69 +2,72 @@ local exchange (GATHER, SINGLE, [])
remote exchange (GATHER, SINGLE, [])
final aggregation over (i_manufact_id)
local exchange (REPARTITION, HASH, ["i_manufact_id"])
partial aggregation over (i_manufact_id_2)
final aggregation over (i_manufact_id_2)
local exchange (GATHER, SINGLE, [])
partial aggregation over (i_manufact_id_2)
semijoin (PARTITIONED):
remote exchange (REPARTITION, HASH, ["i_manufact_id_2"])
join (INNER, REPLICATED):
partial aggregation over (i_manufact_id_16)
single aggregation over (i_manufact_id_16)
join (INNER, PARTITIONED):
final aggregation over (i_manufact_id_16)
local exchange (GATHER, SINGLE, [])
remote exchange (REPARTITION, HASH, ["i_manufact_id_16"])
partial aggregation over (i_manufact_id_16)
scan item
local exchange (GATHER, SINGLE, [])
remote exchange (REPLICATE, BROADCAST, [])
join (INNER, REPLICATED):
scan date_dim
local exchange (GATHER, SINGLE, [])
remote exchange (REPLICATE, BROADCAST, [])
join (INNER, REPLICATED):
scan store_sales
local exchange (GATHER, SINGLE, [])
remote exchange (REPLICATE, BROADCAST, [])
scan customer_address
local exchange (GATHER, SINGLE, [])
remote exchange (REPARTITION, HASH, ["i_manufact_id_16"])
local exchange (GATHER, SINGLE, [])
remote exchange (REPARTITION, HASH, ["i_manufact_id_2"])
join (INNER, REPLICATED):
scan item
local exchange (GATHER, SINGLE, [])
remote exchange (REPLICATE, BROADCAST, [])
join (INNER, REPLICATED):
scan date_dim
local exchange (GATHER, SINGLE, [])
remote exchange (REPLICATE, BROADCAST, [])
join (INNER, REPLICATED):
scan store_sales
local exchange (GATHER, SINGLE, [])
remote exchange (REPLICATE, BROADCAST, [])
scan customer_address
partial aggregation over (i_manufact_id_102)
single aggregation over (i_manufact_id_102)
join (INNER, PARTITIONED):
final aggregation over (i_manufact_id_102)
local exchange (GATHER, SINGLE, [])
remote exchange (REPARTITION, HASH, ["i_manufact_id_102"])
partial aggregation over (i_manufact_id_102)
scan item
partial aggregation over (i_manufact_id_79)
final aggregation over (i_manufact_id_79)
local exchange (GATHER, SINGLE, [])
partial aggregation over (i_manufact_id_79)
semijoin (PARTITIONED):
remote exchange (REPARTITION, HASH, ["i_manufact_id_79"])
join (INNER, REPLICATED):
scan item
local exchange (GATHER, SINGLE, [])
remote exchange (REPLICATE, BROADCAST, [])
join (INNER, REPLICATED):
scan date_dim
local exchange (GATHER, SINGLE, [])
remote exchange (REPLICATE, BROADCAST, [])
join (INNER, REPLICATED):
scan catalog_sales
local exchange (GATHER, SINGLE, [])
remote exchange (REPLICATE, BROADCAST, [])
scan customer_address
local exchange (GATHER, SINGLE, [])
remote exchange (REPARTITION, HASH, ["i_manufact_id_102"])
scan item
partial aggregation over (i_manufact_id_167)
final aggregation over (i_manufact_id_167)
local exchange (GATHER, SINGLE, [])
partial aggregation over (i_manufact_id_167)
semijoin (PARTITIONED):
remote exchange (REPARTITION, HASH, ["i_manufact_id_167"])
join (INNER, REPLICATED):
scan item
local exchange (GATHER, SINGLE, [])
remote exchange (REPLICATE, BROADCAST, [])
join (INNER, REPLICATED):
scan date_dim
local exchange (GATHER, SINGLE, [])
remote exchange (REPLICATE, BROADCAST, [])
join (INNER, REPLICATED):
scan web_sales
local exchange (GATHER, SINGLE, [])
remote exchange (REPLICATE, BROADCAST, [])
scan customer_address
local exchange (GATHER, SINGLE, [])
remote exchange (REPARTITION, HASH, ["i_manufact_id_190"])
local exchange (GATHER, SINGLE, [])
remote exchange (REPARTITION, HASH, ["i_manufact_id_79"])
join (INNER, REPLICATED):
scan item
local exchange (GATHER, SINGLE, [])
remote exchange (REPLICATE, BROADCAST, [])
join (INNER, REPLICATED):
scan date_dim
local exchange (GATHER, SINGLE, [])
remote exchange (REPLICATE, BROADCAST, [])
join (INNER, REPLICATED):
scan catalog_sales
local exchange (GATHER, SINGLE, [])
remote exchange (REPLICATE, BROADCAST, [])
scan customer_address
partial aggregation over (i_manufact_id_190)
single aggregation over (i_manufact_id_190)
join (INNER, PARTITIONED):
final aggregation over (i_manufact_id_190)
local exchange (GATHER, SINGLE, [])
remote exchange (REPARTITION, HASH, ["i_manufact_id_190"])
partial aggregation over (i_manufact_id_190)
scan item
local exchange (GATHER, SINGLE, [])
remote exchange (REPARTITION, HASH, ["i_manufact_id_167"])
join (INNER, REPLICATED):
scan item
local exchange (GATHER, SINGLE, [])
remote exchange (REPLICATE, BROADCAST, [])
join (INNER, REPLICATED):
scan date_dim
local exchange (GATHER, SINGLE, [])
remote exchange (REPLICATE, BROADCAST, [])
join (INNER, REPLICATED):
scan web_sales
local exchange (GATHER, SINGLE, [])
remote exchange (REPLICATE, BROADCAST, [])
scan customer_address
Loading