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
Better estimation for ColumnLowCardinality::Reserve and ColumnString::Reserve
ColumnLowCardinality assumes that not all items are unique,
hence dictionary column can be reserved for smaller capacity;
ColumnString now allows to set average value size estimation
in constructor or on existing instance.
If estimation is close to real average value size, then memory is pre-allocations are close to optimum.
0 commit comments