v.23.11Improvement
Allow Manual Compaction of EmbeddedRocksDB via OPTIMIZE Query
Allow manual compaction ofEmbeddedRocksDBviaOPTIMIZEquery. #56225 (Azat Khuzhin).
Why it matters
This feature allows users to manually trigger compaction operations onEmbeddedRocksDB tables. It addresses the need for better control over data storage optimization, improving query performance and storage efficiency by consolidating SST files on demand.How to use it
Users can trigger manual compaction by executing theOPTIMIZE TABLE <table_name> query on tables using the EmbeddedRocksDB engine.