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では無効のままです) 。