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

perf(v2): tune parquet row iterator batching #3726

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

kolesnikovae
Copy link
Collaborator

Overly conservative row batch size in time series queries makes use of batching very inefficient in certain cases:

image

We use the default batch size, which is reasonably small in the cases where it's applied (see the comment). In v2, we should tune this parameter. However, in practice, the parameter should be adaptive

@kolesnikovae kolesnikovae requested a review from a team as a code owner November 28, 2024 07:14
@kolesnikovae kolesnikovae merged commit ee162aa into main Nov 28, 2024
18 checks passed
@kolesnikovae kolesnikovae deleted the perf/optimize-parquet-row-batching branch November 28, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants