Terkwood/AugustDB

Create sparse index for SSTables

Terkwood opened this issue · 0 comments

Seeking thru a few KB of data on disk is inexpensive. By keeping a sparse index of entries, we can hold byte offsets for many different keys in memory, even if our total data footprint is large.