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은 비활성화 상태를 유지합니다).