Skip to content
#

throughput

Here are 71 public repositories matching this topic...

PedroGao
PedroGao commented Jun 3, 2021

hint file 是 bitcask 中对于启动时,建立索引的一种优化手段。
如果 db 存在大量的数据文件,那么再次打开 db 时,必须重新扫描所有数据文件重建索引,这样的效率是十分低下的,因此 bitcask 提出了 hint file 保存索引文件来帮助 db 进行快速启动。

本人自告奋勇想为 rosedb 实现 hint file 这个 feature,故开此 issue 来听取大家意见,为 rosedb 略尽绵薄之力。

Improve this page

Add a description, image, and links to the throughput topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the throughput topic, visit your repo's landing page and select "manage topics."

Learn more