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
When we shuffle (exchange) for bucketing, we copy all the data including things like constants like partition columns which adds a lot of overhead. We should look to moving the constants to after the shuffle.
The text was updated successfully, but these errors were encountered:
When we shuffle (exchange) for bucketing, we copy all the data including things like constants like partition columns which adds a lot of overhead. We should look to moving the constants to after the shuffle.
The text was updated successfully, but these errors were encountered: