You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Search before asking
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
The text was updated successfully, but these errors were encountered: