rosedblabs / rosedb

Lightweight, fast and reliable key/value storage engine based on Bitcask.
https://rosedblabs.github.io
Apache License 2.0
4.62k stars 634 forks source link

V2.2.2 Release plan #244

Closed roseduan closed 1 year ago

roseduan commented 1 year ago

In conclusion, I have check and optimize all these memory cost code except Index part.

Because the IRadix will take too much memory after my tests, so we can use more memory effecient data structures like BTree or Adaptive Radix Tree, we can do it if there are some users give us feedback.

And I am also exploring some on-disk indexes, like hashtable, lotusdb will also have more choices of index if we achieve this.

roseduan commented 1 year ago

v2.2.2 is released: https://github.com/rosedblabs/rosedb/releases/tag/v2.2.2