v0.0.7
Database Migration from RocksDB to Fjall
It's not compatible with v0.0.6, you need to rerun convert
(but not index
). Staying on v0.0.6 is fine if preferred.
Thanks to @marvin-j97 for his excellent work on Fjall and for his patience during debugging.
- Switched to Fjall, which uses the Miniz compression algorithm instead of RocksDB’s Snappy. This change reduces disk usage significantly, from 180+ GB to 140+ GB.
- Compilation time has decreased due to Fjall’s streamlined build process.
- Improved compatibility on macOS ARM64: Fjall compiles seamlessly, whereas RocksDB requires a full Xcode installation to compile(this issue took me a long time to troubleshoot).