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

Automatically determine optimal batch size #2178

Merged
merged 5 commits into from
Sep 29, 2024
Merged

Conversation

jqnatividad
Copy link
Owner

resolves #2174

while benchmarking, I found that is worthwhile to optimize batch size even for non-indexed CSVs, so went ahead and did it for all batched CSV processing, regardless of index status.

@jqnatividad jqnatividad merged commit f0ae7c7 into master Sep 29, 2024
16 checks passed
@jqnatividad jqnatividad deleted the 2174-auto-batch-size branch October 22, 2024 02:10
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.

Automatically optimize batch size for indexed CSVs
1 participant