Skip to content

Releases: lotusdblabs/lotusdb

Release v2.1.0

18 May 10:16
Compare
Choose a tag to compare

🚀 New Features

🎄 Enhancements

Release v2.0.0

04 Sep 02:04
Compare
Choose a tag to compare

🚀 New Features

  • Change the architecture of LotusDB
    • Use wal project to store Write-Ahead-Log and Value-Log
    • Hash key into different indexes and value log files
    • Index and Vlog read/write will be concurrent
  • Basic Put/Get/Delete/Exist operations
  • Batch Put/Delete operations
  • Value log compaction

Release v1.0.0

20 Mar 09:17
Compare
Choose a tag to compare

🚀 Features

  • Basic operations:Put(WithOptions)/Delete(WithOptions)/Get
  • Expiration of each key
  • Column Family
  • Value log compaction automatically by user`s options
  • File r/w support FileIO and MMap
  • Simple client/server tools

💡Notice

  • Not fully tested in Windows (Mac and Linux only)