Skip to content

Releases: yahoo/HaloDB

v0.4.3

20 Aug 23:11
Compare
Choose a tag to compare
  • 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

06 Aug 23:37
Compare
Choose a tag to compare
  • 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

17 Jul 00:22
Compare
Choose a tag to compare
  • Include version, checksum and max file size in META file.
  • maxFileSize in HaloDBOptions now accepts only int values.

0.4.0

17 Jul 00:22
Compare
Choose a tag to compare

Implemented memory pool for in-memory index.