←back to thread

62 points hiAndrewQuinn | 1 comments | | HN request time: 0.391s | source
Show context
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 #
1. msgodel ◴[] No.44395855[source]
That kind of defeats the point of the thing.