Skip to content

is there any way to coalesce shuffle partition except AQE on rapids [QST] #5378

Answered by andygrove
chenrui17 asked this question in General
Discussion options

You must be logged in to vote

Unfortunately, I don't think there is a good answer to your question. It wouldn't be efficient to try and use the same initial number of shuffle partitions for all queries and it really does need to be tuned for different circumstances currently (both in community Spark and with the RAPIDS plugin).

However, AQE definitely does provide benefits when the initial number of shuffle partitions is high because it will coalesce them when it sees that there are many small partitions, making the rest of the query run more efficiently.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sameerz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
3 participants
Converted from issue

This discussion was converted from issue #1041 on April 28, 2022 22:57.