-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Optimize Presto Serialization #8029
Conversation
✅ Deploy Preview for meta-velox canceled.
|
@oerling has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@@ -606,6 +606,129 @@ TEST_P(PrestoSerializerTest, emptyArrayOfRowVector) { | |||
testRoundTrip(arrayOfRow); | |||
} | |||
|
|||
struct SerializeCase { |
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.
This is already moved to another file, remove
4352ecd
to
bb68c45
Compare
@oerling has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Uses serialization API that takes rows instead or ranges in PartitionedOutput. 1.5 - 2x more efficient CPU-wise. Reviewed By: Yuhta Differential Revision: D52142395 Pulled By: oerling
This pull request was exported from Phabricator. Differential Revision: D52142395 |
Uses serialization API that takes rows instead or ranges in PartitionedOutput. 1.5 - 2x more efficient CPU-wise.
@oerling has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Uses serialization API that takes rows instead or ranges in PartitionedOutput. 1.5 - 2x more efficient CPU-wise.