⬅︎ Back to How much faster is Redis at storing a blob of JSON compared to PostgreSQL?
No, because the PG is used for a bunch of other data.
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...
Comment
No, because the PG is used for a bunch of other data.
Parent 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...