v.22.4Improvement
Add Subcolumn Sizes to system.parts_columns Table
Add sizes of subcolumns to system.parts_columns table. #35488 (Anton Popov).Why it matters
This feature enhances observability by providing detailed size information of subcolumns within data parts. It allows users to better understand the storage distribution at a more granular level, aiding in optimization and troubleshooting.How to use it
Users can query thesystem.parts_columns table as usual; the new columns representing subcolumn sizes will be available automatically without additional configuration.