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

Always compact pages in OrderBy operator #2612

Merged
merged 1 commit into from
Feb 20, 2020

Conversation

sopel39
Copy link
Member

@sopel39 sopel39 commented Jan 24, 2020

Order by operator is used in distributed manner by default.
This means that there is RR remote exchange before order
by operators on nodes. Because of this OrderBy operator input
blocks are not compacted and their retained size
is greatly overestimated since they share the same
deserialized input slice.

Order by operator is used in distributed manner by default.
This means that there is RR remote exchange before order
by operators on nodes. Because of this OrderBy operator input
blocks are not compacted and their retained size
is greatly overestimated since they share the same
deserialized input slice.
@cla-bot cla-bot bot added the cla-signed label Jan 24, 2020
@dain dain self-requested a review February 12, 2020 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants