Hubble Unleashes Major Fixes to Combat Rapid Database Growth!
2023-06-15 18:36:31 UTC
Swift Action Taken to Tackle Sync Issues and Optimize Iterator Performance, Ensuring Stability for Users.
Commit Details:
bug(hubble): db size grows too fast during sync (#1011) * Add test command * Call iterator.end when using .next traversal * Simulate deletions * Revert local test changes * Revert whitespace changes * Fix hanging iterator in getPageIteratorByPrefix * Add system to track open RocksDB iterators * Clean up test * Add iterator options to logs * Simplify log * Close iterator in castStore