How much faster is Redis at storing a blob of JSON compared to PostgreSQL? 16×(peterbe.com)
peterbe.com
How much faster is Redis at storing a blob of JSON compared to PostgreSQL? 16×
https://www.peterbe.com/plog/redis-vs-postgres-blob-of-json
2 コメント
How about making it redis+msgpack vs. postgresql json-like?
In one test I’ve done, I saw running a full report going from taking five hours to just fifteen minutes. Which, coincidentally, is a factor if 20x.
So, maybe he could see comparable speeds, if he gave Postgres the ability to do the read and store operations the same way that Redis does?