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

No. It's a distributed database. Transactions are committed in memory, and then (by default every second) committed as a group to disk. This gives you phenomenal write throughput and low latency, but the tradeoff is that if a whole cluster goes lights out, you could lose a second of data. It's kind of like turning off fsync for InnoDB.


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

Search: