You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is use-preferred-write-partitioning = true and redistribute-writes = true only meant to sort each partition and not the final merged output?
With the current config i am able to get desired output but with a performance hit as i am using a single writer per worker per query. Can i leverage parallelism during the write phase and ensure sorting is achieved in final output?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Setup
scale-writers
= falsetask.writer-count
= 1writer-min-size
= 1TBdistributed-sort
= trueredistribute-writes
= falseuse-preferred-write-partitioning
= falseUse-case
Question
use-preferred-write-partitioning = true
andredistribute-writes = true
only meant to sort each partition and not the final merged output?Beta Was this translation helpful? Give feedback.
All reactions