HaloDB Versions Save

A fast, log structured key-value store.

v0.4.3

5 years ago
  • Sequence number, instead of relying on system time, is now a number incremented for each write operation.
  • Include compaction job rate in stats.

v0.4.2

5 years ago
  • Handle the case where db crashes while it is being repaired due to error from a previous crash.
  • put operation in HaloDB now returns a boolean value indicating the status of the operation.

0.4.1

5 years ago
  • Include version, checksum and max file size in META file.
  • maxFileSize in HaloDBOptions now accepts only int values.

0.4.0

5 years ago

Implemented memory pool for in-memory index.