Hacker News new | ask | show | jobs
by danielheath 1235 days ago
You can get the 'in-memory' speed advantage by putting the datastore on a ramdisk (or even just disabling fsync, which is pretty easy to do in postgresql).
1 comments

There’s also the eatmydata program which does similar by using LD_PRELOAD to intercept io calls.