It seems like everything I read says that graph DBs are
always better than a relational DB, but that just doesn't make sense to me. There has to be some fairly common cases where a graph DB is
not the best choice.
So, in an effort yo try to better understand when to choose what tool to use for a particular job, when is an RDBMS a better choice than a graph DB?
To get the ball rolling, one possible case would be where one needs to find things than an entity isn't connected to, filtered along various dimensions.