We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 the performance of stats task
No response
The text was updated successfully, but these errors were encountered:
enhance: Optimize the performance of stats task (#37374)
8187942
1. Increase the writer's `batchSize` to avoid multiple serialization operations. 2. Perform asynchronous upload of binlog files to prevent blocking the data processing flow. 3. Reduce multiple calls to `writer.Flush()`. issue: #37373 --------- Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
bigsheeper
No branches or pull requests
Is there an existing issue for this?
What would you like to be added?
Optimize the performance of stats task
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: