TidesDB 8 MINOR (v8.6.0)
This minor release introduces a global out of memory watch with graduated backpressure. TidesDB now tracks memory usage across memtables, bloom filters, block indexes, and caches to stay stable under sustained memory pressure.
A new max_memory_usage configuration option resolves automatically based on system RAM. It defaults to 80 percent of available memory with a h...