Native GraphQL Database with graph backend
go
graphql
golang
database
scale
latency
production
distributed
graphql-server
graph-database
throughput
graphdb
-
Updated
Sep 18, 2021 - Go
hint file 是 bitcask 中对于启动时,建立索引的一种优化手段。
如果 db 存在大量的数据文件,那么再次打开 db 时,必须重新扫描所有数据文件重建索引,这样的效率是十分低下的,因此 bitcask 提出了 hint file 保存索引文件来帮助 db 进行快速启动。
本人自告奋勇想为 rosedb 实现 hint file 这个 feature,故开此 issue 来听取大家意见,为 rosedb 略尽绵薄之力。