by hernantz on 4/26/21, 2:39 PM with 29 comments
by vaughan on 4/26/21, 7:07 PM
Just as document dbs can be derived/denormalized from SQL dbs, relational dbs can be derived from a graph.
Conceptually, data is a graph.
I always find the decision between 1-M and M-M is so sticky with RDBMS, and with a graph, it can be whatever you want it to be.
by noofen on 4/26/21, 10:12 PM
by nine_k on 4/27/21, 2:59 AM
Also, "no-SQL databases" is like "non-green colors"; it encompasses a much larger spectrum than it excludes. Putting graph databases, local KV stores, distributed KV stores, document stores, time-series stores, etc in the same basket just because they are not RDBMSes is not very productive.
by j16sdiz on 4/26/21, 6:05 PM
Nothing new or interesting in this article.
by stevefan1999 on 4/27/21, 8:46 AM