Hacker News new | ask | show | jobs
by brasetvik 4428 days ago
For local testing on Postgres where you don't care about database reliability, you can also speed things up a lot by setting `fsync = off` and `synchronous_commit = off`.

(Never do that on a production database, of course!)

1 comments

You can also have postgres running off /dev/shm.