Hacker News new | ask | show | jobs
by seiji 5588 days ago
Bitcask is an in memory datastore because it keeps a copy of the entire dataset in memo

Not quite. The keys are in memory along with disk position to retrieve the associated value with one seek.