-
Notifications
You must be signed in to change notification settings - Fork 1.4k
docs: Add sort analyze blog #15856
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
base: main
Are you sure you want to change the base?
docs: Add sort analyze blog #15856
Conversation
✅ Deploy Preview for meta-velox ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
9469f8b to
3182855
Compare
xiaoxmeng
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@duanmeng thanks!
| for spilling. | ||
|
|
||
| ### Non-Materialized Sort | ||
| We have implemented a [non-materializing sort strategy](https://github.com/facebookincubator/velox/pull/15157) designed to improve sorting performance. The approach materializes only the sort key columns and their original vector indices, which are then used to gather the corresponding rows from the original input vectors into the output vector after the sort is complete. It changes the `SortBuffer` to `NonMaterizedSortBuffer`, which consists of three stages: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/is complete/completes/
|
@xiaoxmeng has imported this pull request. If you are a Meta employee, you can view this in D89772026. |
No description provided.