issues
search
Terkwood
/
AugustDB
Key/value store backed by LSM Tree architecture.
MIT License
8
stars
1
forks
source link
feat: keep sparse SSTable indices in memory
#76
Closed
Terkwood
closed
3 years ago
Terkwood
commented
3 years ago
Resolves #55
tasks
[x] write the agent
[x] rewrite SSTable.query
[x] load all the indices from disk on startup
[x] invoke on memtable.flush, saving the newly created index into main memory
[x] on compaction, evict dead entries and make sure all new entries are present in the agent
[x] don't bother with fallback to disk.
Resolves #55
tasks