Note that there are some explanatory texts on larger screens.

plurals
  1. POWould relational databases scale as well (or better) than their NoSQL counterparts if we drop the relationships?
    primarykey
    data
    text
    <p>Disclaimer: This is a broad question, so it could be moved to a different source (if the admins find it appropriate). </p> <p>All the cool kids seem to be dropping relational databases in favor of their NoSQL counterparts. Everyone will have their reasons, from scaling issues to simply being on the bleeding edge of tech. And, I am not here to question their motives.</p> <p>However, what I am interested in is whether any NoSQL transitions ever validated the performance (maintenance) gains over a traditional RDBMS when relationships were dropped. Why would we want to use a RDBMS when the core reason it exists is dropped? A few reasons come to mind</p> <ol> <li>30+ years of academic and work research in developing these systems</li> <li>A well-known language in Structured Query Language (SQL).</li> <li>Stable and mature ORM support across technologies (Hibernate, ActiveRecord)</li> </ol> <p>Clearly, in the modern world where horizontal scaling is important, there is a need to make sure that shards are fault tolerant, updated within the time intervals required by the app, etc. However, those needs shouldn't necessarily be the responsibility of a system that stores data (case in point: ZooKeeper).</p> <p>Also, I acknowledge that research should be dedicated to NoSQL and that time spent in this arena will clearly lead to better more internet worthy technologies. However, a comparison of sorts between NoSQL and traditional RDBMS offerings (minus relationships) would be useful in making business decisions.</p> <p><em><strong>UPDATE 1</em></strong>: When I refer to NoSQL databases, I am talking about data stores that may not require fixed table schemas and usually avoid join operations. Hence, the emphasis in the question on dropping the relationships in a traditional SQL RDBMS</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload