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

[Feature] Arrow Compression support compression ratio estimator in client to estimate the really batch size #326

Open
2 tasks done
swuferhong opened this issue Jan 16, 2025 · 0 comments · May be fixed by #330
Open
2 tasks done
Assignees
Labels
feature New feature or request

Comments

@swuferhong
Copy link
Collaborator

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

We will introduce arrow compression #187. However, Currently, the client calculates the batch size using the data before compression. This can cause a discrepancy between the actual batch size sent to the server and the batch size configured by the user, which in turn affects the compression efficiency. Therefore, we need to introduce an estimator to continuously update the latest compression ratio, making the compressed batch size closer to the user's specified value.

Solution

No response

Anything else?

No response

Willingness to contribute

  • I'm willing to submit a PR!
@swuferhong swuferhong added the feature New feature or request label Jan 16, 2025
@swuferhong swuferhong self-assigned this Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant