You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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);
The text was updated successfully, but these errors were encountered:
We should consider making the current hard-coded value of 50 in the
LoadTableStatistics
method configurable by introducing atableBatchSize
parameter. This enhancement is similar to thecolumnBatchSize
parameter that was added to theLoadColumnStatistics
method in #131Originally posted by @corycundy in #131 (comment)
The text was updated successfully, but these errors were encountered: