Hacker News new | ask | show | jobs
by teh 5344 days ago
> Of course that's going to be faster than a system which flushes all changes to disk individually.

Even that is tunable these days. You can have unlogged tables, turn off fsync or have a high commit delay etc.