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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How did you accidentally build a database?

2 点作者 islandert超过 1 年前
I get the feeling that most most projects tend to become more like databases as they grow in complexity. How did you realize that a project you have worked on was slowly becoming more like a database?

1 comment

surprisetalk超过 1 年前
IMO the experience of “building a database” is entirely the fault of SQL and its lack of viable alternatives.<p>Modern DBs offer transactions, parallelism, caching, compression, and other magic behind the scenes. But few teams are willing to put up with SQL and PLPGSQL to reap those rewards. They’d rather build a half-baked version in Go or whatever, and they’re not wrong.