←back to thread

62 points hiAndrewQuinn | 2 comments | | HN request time: 0.614s | source
1. pizza234 ◴[] No.44395064[source]
Little trick for developers: put the database transaction log in /dev/shm (ensure that it's not too large), and some operations will be enormously faster.
replies(1): >>44395855 #
2. msgodel ◴[] No.44395855[source]
That kind of defeats the point of the thing.