?

Graph db are optimised specifically for situations where the data has many many connections like a social graph or bioinformatics maps of gene interactions, where in an RDB you'd need to do hundreds of JOINs of huge tables. But for most purposes an RDB will do. I don't understand what nosql or mongodb and stuff do tho

//