v.23.12Improvement
Add bytes_uncompressed Column to system.part_log
Addbytes_uncompressedcolumn tosystem.part_log#58167 (Jordi Villar).
Why it matters
This feature provides users with the ability to see the uncompressed size of parts in thesystem.part_log, offering better insights into data storage and compression efficiency.How to use it
Users can query thesystem.part_log table and include the bytes_uncompressed column in their SELECT statements to retrieve uncompressed size information.