Hacker News new | ask | show | jobs
by metabrew 5260 days ago
an equally amusing solution is to just turn off fsync - DB calls should speed up, and data is buffered by the kernel before being written to disk, instead of in the app.