1 Star 0 Fork 1

guanzhanyi/leveldb

forked from 子安/leveldb 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
TODO 535 Bytes
一键复制 编辑 原始数据 按行查看 历史
子安 提交于 2021-10-16 12:28 . 上传leveldb文件
ss
- Stats
db
- Maybe implement DB::BulkDeleteForRange(start_key, end_key)
that would blow away files whose ranges are entirely contained
within [start_key..end_key]? For Chrome, deletion of obsolete
object stores, etc. can be done in the background anyway, so
probably not that important.
- There have been requests for MultiGet.
After a range is completely deleted, what gets rid of the
corresponding files if we do no future changes to that range. Make
the conditions for triggering compactions fire in more situations?
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/guanzhanyi/leveldb.git
git@gitee.com:guanzhanyi/leveldb.git
guanzhanyi
leveldb
leveldb
master

搜索帮助