toydb icon indicating copy to clipboard operation
toydb copied to clipboard

On-disk B+tree store

Open erikgrinaker opened this issue 5 years ago • 0 comments

By default, toyDB uses an on-disk Raft log for persistence and an in-memory B+tree key-value store for SQL state data. It might be interesting to build an on-disk B+tree key-value store as well.

erikgrinaker avatar May 22 '20 13:05 erikgrinaker