Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

GP wrote a key-value store called LMDB that is constrained to a single writer, and often used for small databases that fit entirely in memory but need to persist to disk. There's a whole different world for more scalable databases.


"fit entirely in memory" is not a requirement. LMDB is not a main-memory database, it is an on-disk database that uses memory mapping.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: