Hacker News new | past | comments | ask | show | jobs | submit login
How much faster is Redis at storing a blob of JSON compared to PostgreSQL? 16× (peterbe.com)
3 points by chtitux on Sept 29, 2019 | hide | past | favorite | 2 comments



And did the OP try using Postgres with enough RAM allocated to it so that it could keep the entire database in memory?

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?


How about making it redis+msgpack vs. postgresql json-like?




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: