⬅︎ Back to How much faster is Redis at storing a blob of JSON compared to PostgreSQL?
Did you try creating your PG database on /dev/shm (ramdisk) to eliminate the disk as a bottleneck? I'd be interested to see the difference in performance...
No, because the PG is used for a bunch of other data.
Comment
Did you try creating your PG database on /dev/shm (ramdisk) to eliminate the disk as a bottleneck? I'd be interested to see the difference in performance...
Replies
No, because the PG is used for a bunch of other data.