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

Optimize Presto Serialization #8029

Closed
wants to merge 1 commit into from

Conversation

oerling
Copy link
Contributor

@oerling oerling commented Dec 13, 2023

Uses serialization API that takes rows instead or ranges in PartitionedOutput. 1.5 - 2x more efficient CPU-wise.

Copy link

netlify bot commented Dec 13, 2023

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 24a3e61
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/658162cb37a2c70008af937e

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 13, 2023
@oerling oerling requested a review from Yuhta December 13, 2023 22:15
@facebook-github-bot
Copy link
Contributor

@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 {
Copy link
Contributor

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

@oerling oerling force-pushed the opt-ser2-pr branch 2 times, most recently from 4352ecd to bb68c45 Compare December 18, 2023 13:49
@facebook-github-bot
Copy link
Contributor

@oerling has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

oerling pushed a commit to oerling/velox-1 that referenced this pull request Dec 19, 2023
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
@facebook-github-bot
Copy link
Contributor

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.
@facebook-github-bot
Copy link
Contributor

@oerling has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@oerling merged this pull request in f08cb12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants