v.1.1.54276complete-list-of-changes

Enhancement to MergeTree Engine for Non-Integer Granules to Improve RAM Usage and Cache Locality

Added the ability to retrieve non-integer granules of the MergeTree engine in order to meet restrictions on the block size specified in the preferred_block_size_bytes setting. The purpose is to reduce the consumption of RAM and increase cache locality when processing queries from tables with large columns.