ClickHouse/dbms
Azat Khuzhin e89ceae61a Add blockSerializedSize() function (size on disk without compression)
Sometimes it is useful to know how much does this data will take on
disk, with blockSerializedSize() you can know this (although without
compression).

This can be a major knowledge for various aggregation functions that
tracking some state (i.e. uniqCombined).
2020-02-03 11:26:40 +03:00
..
benchmark Update testing script 2020-01-28 22:17:30 +03:00
cmake Auto version update to [20.2.1.1] [54432] 2020-01-13 22:21:08 +03:00
programs Merge branch 'master' into idisk-seekable-readbuffer 2020-02-02 03:54:50 +03:00
src Add blockSerializedSize() function (size on disk without compression) 2020-02-03 11:26:40 +03:00
tests Add blockSerializedSize() function (size on disk without compression) 2020-02-03 11:26:40 +03:00
CMakeLists.txt Merge branch 'master' into oandrew-avro 2020-01-22 22:37:07 +03:00