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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How to evaluate your next database

33 点作者 samaysharma大约 6 年前

5 条评论

SomeHacker44大约 6 年前
Just use PostgreSQL and don&#x27;t evaluate anything. PostgreSQL can handle an enormous number of use cases, scales very well and can be made redundant with read-only nodes too.<p>If you outgrow PostgreSQL, you have an excellent problem and are probably making tons of money. Don&#x27;t waste mental power on this; just use it and focus on your business&#x2F;product&#x27;s core value proposition.<p>Or, read the article, which reaches the same conclusion with way more words. :)
评论 #19458782 未加载
评论 #19462471 未加载
michal-franc大约 6 年前
I think the default should be some RDBMS. Unless you already know your domain - which is unlikely. Get to know your product, problem space, domain - then with more information you can start optimising by adding more specialised db engines (if this optimisation provides benefits of course).
truth_seeker大约 6 年前
PG 11 + Citus + cstore_fdw + PipelineDB is my preffered Database (OLAP + OLTP + Streaming middleware + HA) stack choice
paulmendoza大约 6 年前
TLDR: Database vendor for Postgres makes Postgres look good.<p>My startup uses Postgres though and we like it.
kaprigoza大约 6 年前
Postgre is also my go-to relational database.