v.23.11Improvement
Add BlockBasedTableOptions Support for EmbeddedRocksDB Tables
Add ability to specify BlockBasedTableOptions for EmbeddedRocksDB tables. #56264 (Azat Khuzhin).Why it matters
This feature allows users to configure block-based storage options forEmbeddedRocksDB tables, enhancing control over table performance and storage characteristics by tuning RocksDB's block-based table format.How to use it
Users can specifyBlockBasedTableOptions parameters when creating or altering EmbeddedRocksDB tables to customize RocksDB's block-based storage behavior according to their performance and resource requirements.