"""This rant sounds very similar to "NoSQL DBs will never reach the competence and performance of the RDBMS"."""
Well, performance wise NoSQL DBs are faster. In anybody doubting that?
As for the competence part, well SQL DBs (by which I don't mean MySQL) are based on a little something called Relational Algebra. Which is math. Which is a (formally) proven and coherent set of methods for data representation and querying.
Well, performance wise NoSQL DBs are faster. In anybody doubting that?
As for the competence part, well SQL DBs (by which I don't mean MySQL) are based on a little something called Relational Algebra. Which is math. Which is a (formally) proven and coherent set of methods for data representation and querying.
NoSQL DBs are just ad hoc solutions.
Not the same thing.