TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How much faster is Redis at storing a blob of JSON compared to PostgreSQL? 16×

3 点作者 chtitux超过 5 年前

2 条评论

bradknowles超过 5 年前
And did the OP try using Postgres with enough RAM allocated to it so that it could keep the entire database in memory?<p>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.<p>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?
alsadi超过 5 年前
How about making it redis+msgpack vs. postgresql json-like?