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

Add batch size control for column statistics analysis #135

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

albertospelta
Copy link
Collaborator

@albertospelta albertospelta commented Aug 5, 2024

This commit introduces a new int columnBatchSize parameter to control the number of rows processed at a time during column statistics analysis. It also adds the StatExtractor.DefaultColumnBatchSize constant to define the default number of rows processed when no value is provided.

This commit introduces a new constant, DefaultColumnBatchSize in the StatExtractor to define the default number of rows processed at a time during column statistics analysis. The UpdateStatisticsModel method has been updated to include a columnBatchSize parameter, which is then passed to the LoadColumnStatistics method.
@albertospelta
Copy link
Collaborator Author

/cc @otykier

@albertospelta albertospelta merged commit cbc452a into master Aug 5, 2024
1 check passed
@albertospelta albertospelta deleted the alberto/issue-131-column-batch-size branch August 5, 2024 13:36
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.

Enhancement - Make the number of Columns in LoadColumnStatistics configurable
1 participant