(no title)
taurknaut | 1 year ago
In my experience, the vast majority of graphs can be embedded in relational databases just fine and most people don't want general graph querying. People just don't like optimizing queries (or equivalently the schema to enable such queries).
I personally have never seen a pitch for graph databases that makes them seem attractive for more than data exploration on your local machine.
voodooEntity|1 year ago
I don't think that GraphDBs should a default choice, but there are cases in which they just perform better.
Could i write my research project with a relational DB? Yes - i tried - and it sucked xD
hobs|1 year ago