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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Disambiguating Databases

9 点作者 tylertreat大约 10 年前

1 comment

crdb大约 10 年前
I disagree with the assertion that the main advantage of relational databases is to save disk space.<p>The main advantage of the relational model, as with any solid method of abstraction, is to save developer time and enable stronger use cases by providing a provably correct way of reasoning about data (predicate logic, relational calculus, etc.), which you do not get with NoSQL.<p>Unlike, say, functional programming, it&#x27;s also quite easy to teach the relational model properly to complete beginners (like non-technical finance department staff) in a matter of days or weeks, which makes it a uniquely high ROI paradigm to add to your company.<p>I strongly recommend reading through at least the latest book by either Edgar Codd or Christopher Date.
评论 #9196915 未加载