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.

The RDBMS Is Dead (2018)

5 pointsby wbsunalmost 6 years ago

2 comments

PaulHoulealmost 6 years ago
One thing I find interesting is that there are very few &quot;universal&quot; tools for document databases like there are for RDBMS, even though the APIs for these document databases overlap substantially.<p>For RDBMS, for instance, you have APIs such as ODBC and JDBC that let you connect to different products. There also are tools like Datagrip, as well as tools that can do unison queries against multiple databases (e.g. JBoss Data Virtualization)<p>The basic API of mongodb, elasticsearch, arangodb, couchbase, cassandra, etc. are almost the same when it comes to CRUD operations. Queries are different between those databases but I&#x27;m pretty sure you could cross compile AQL and N1QL most of the time, make an abstraction layer that lets you do mongo-style queries against arango, etc.<p>Another factor is that some of the &quot;post-relational&quot; database types are still relational. A columnar database can be perfectly relational, it&#x27;s just another way to implement it. I&#x27;ve seen some analytics vendors that just don&#x27;t get document databases, SPARQL, etc. because they can&#x27;t see past the pure speed of SQL with a columnar internal representation.
smt88almost 6 years ago
tl;dr &quot;The RDBMS is not so much dead as rebranded.&quot;<p>This is one of those clickbait-by-arguing-semantics articles. If you follow databases, you won&#x27;t find anything new or interesting here.