v.23.12Improvement

Add bytes_uncompressed Column to system.part_log

Add bytes_uncompressed column to system.part_log #58167 (Jordi Villar).
Added a new bytes_uncompressed column to the system.part_log table.

Why it matters

This feature provides users with the ability to see the uncompressed size of parts in the system.part_log, offering better insights into data storage and compression efficiency.

How to use it

Users can query the system.part_log table and include the bytes_uncompressed column in their SELECT statements to retrieve uncompressed size information.