rosedblabs / rosedb

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

Delete expired key of the index #269

Closed Jeremy-Run closed 1 year ago

Jeremy-Run commented 1 year ago

Deleting the expired key directly can save the memory of the index

roseduan commented 1 year ago

We can also add this in Get and Exist function?

Jeremy-Run commented 1 year ago

We can also add this in Get and Exist function?

yes, you are right