shrink_over_allocated_columns_min_waste_bytes
shrink_over_allocated_columns_min_waste_ratio
allocatedBytes() > byteSize() * shrink_over_allocated_columns_min_waste_ratio 且绝对浪费量至少达到 shrink_over_allocated_columns_min_waste_bytes 时,才会缩减列。
可能的值:
- 大于 1 的 Float。
- 小于或等于 1 的值会禁用缩减功能 (默认值
1.0会保持禁用状态) 。