sql-bi / VertiPaq-Analyzer

MIT License
77 stars 14 forks source link

Add batch size control for column statistics analysis #135

Closed albertospelta closed 3 months ago

albertospelta commented 3 months ago

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.

albertospelta commented 3 months ago

/cc @otykier