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

You _can_ have forms of durability if you wish to. You can get "good enough" (actually fairly impressive...) performance for most problems (vs only in-memory) with SQLite making memory the temp store, turning on synchronous and WAL. Then fsync only gets called at checkpoints and you have durability at the checkpoint.


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

Search: