Skip to content

v0.0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 06:11
· 5 commits to main since this release

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).