Skip to content

v0.2.3

Compare
Choose a tag to compare
@hsanjuan hsanjuan released this 17 Dec 10:22
· 139 commits to master since this release
v0.2.3
  • Performance improvements to the List() operation: We have introduced a bloom
    filter over the tombstone set so that keys that have never been deleted do not
    need to be checked against the tombstones. Real-world testing gives around 4x
    performance improvement.

  • Be less noisy: We have changed some Info messages to Debug, as they re-occur
    too frequently on datastores with heavy usage.