TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Database expert on why NoSQL mattered – and SQL still matters

132 pointsby jasondcalmost 10 years ago

4 comments

applecorealmost 10 years ago
It's pretty clear that SQL won, although ideas from “NoSQL” have been assimilated, i.e., storing and querying semi-structured or unstructured data in an otherwise relational data model.
评论 #9966019 未加载
评论 #9966060 未加载
评论 #9968843 未加载
评论 #9966010 未加载
woahalmost 10 years ago
Why are the concepts of a query language different than SQL, loose typing, flexible schemas, horizontal scalability, and a lack of joins all conflated as being the same thing- "nosql".
评论 #9966841 未加载
rjusheralmost 10 years ago
I do think it matters where and how you store your data, but I really like how he puts it simple, is not a battle between to opposing sides, simply there is a need for a data store that is not that structured, it is much simplier to prototype and achieve an mvp with a NoSQL Storage, but once you are in the real world you need to provide some type of guarantee to your users, in terms of data integrity.<p>In my opinion everybody needs to understand the differences and use each when it is the most convenient, use the best tool for the right job.<p>But maybe we will start to see some type of mixup between this two systems, because as he mentions in the article, OpenSource is driving the future of the databases, and due to this, the databases of the future would be more dynamic and more synchronized to the needs of the developer.
merbalmost 10 years ago
It doesn&#x27;t matter where you store your data, as long as you always remember that the data you store is the value of your enterprise.