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

Make number of tables in LoadTableStatistics configurable #140

Open
albertospelta opened this issue Aug 19, 2024 · 0 comments
Open

Make number of tables in LoadTableStatistics configurable #140

albertospelta opened this issue Aug 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@albertospelta
Copy link
Collaborator

albertospelta commented Aug 19, 2024

We should consider making the current hard-coded value of 50 in the LoadTableStatistics method configurable by introducing a tableBatchSize parameter. This enhancement is similar to the columnBatchSize parameter that was added to the LoadColumnStatistics method in #131

Originally posted by @corycundy in #131 (comment)

One other observation that I made is that similar logic is used in the LoadTableStatistics method where 50 is hard coded. var loopTables = tableList.SplitList(50);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant