v.23.11Improvement

Add BlockBasedTableOptions Support for EmbeddedRocksDB Tables

Add ability to specify BlockBasedTableOptions for EmbeddedRocksDB tables. #56264 (Azat Khuzhin).
Add support for specifying BlockBasedTableOptions in EmbeddedRocksDB tables within ClickHouse.

Why it matters

This feature allows users to configure block-based storage options for EmbeddedRocksDB tables, enhancing control over table performance and storage characteristics by tuning RocksDB's block-based table format.

How to use it

Users can specify BlockBasedTableOptions parameters when creating or altering EmbeddedRocksDB tables to customize RocksDB's block-based storage behavior according to their performance and resource requirements.