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] batch_size is MIN(default_value, limit) when select data from table #2033

Closed
bartliu827 opened this issue Mar 26, 2024 · 1 comment
Assignees
Labels

Comments

@bartliu827
Copy link
Contributor

Describe the issue
batch_size default value is 8192,when select data limit 10 maybe consume more resources.

What you like us to do
batch_size = MIN(default_value, limit)

Additional context
Add any other context about the issue here.

@lutengda
Copy link
Collaborator

lutengda commented Apr 1, 2024

Optimized: 38dd7f7, this issue is closed

@lutengda lutengda closed this as completed Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants