360 Zhihui Cloud Developer
Oct 14, 2025 · Databases
When DeleteRange Becomes a Performance Killer in RocksDB
This article explains how overusing RocksDB's DeleteRange for bulk file deletions can cause severe get latency spikes and uncontrolled memory growth, analyzes the underlying range tombstone mechanisms, and shares a practical optimization that replaces DeleteRange with regular deletes.
Database OptimizationDeleteRangeRange Tombstone
0 likes · 9 min read
