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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

NoSQL without web-scale

2 点作者 rayvega超过 14 年前

1 comment

DrJosiah超过 14 年前
Depending on the application, using a document store with the ability to add indexes and/or perform ad-hoc queries can simplify things (something like MongoDB/CoucnDB rather than Cassandra). And sometimes just the convenience of being able to not need to define a schema using SQL or whatever ORM you are using makes using a NoSQL backend worth the pain of learning a new technology.<p>But there are a lot of existing tools for working with SQL technologies (PGAdmin on the Postgres side, MySQL Administrator in MySQL, etc.) that make the long-term use and administration of a SQL system much more manageable in the long term than some NoSQL options.