Hacker News new | ask | show | jobs
by lmb 2693 days ago
LMDB is not a great fit for something like the WAL, where new data is written at the end, and old data discarded at the start. It leads to fragmentation (especially if WAL entries are larger than a single page).