When creating a DB in OrientDB, you can choose between Graph or Document.
I understand the conceptual difference between a Graph and a Document. However, it seems that regardless of the choice, the DB has the same capabilities (for example, if you create a document DB you can still create vertices in the graph).
So is there really any difference between the two options? Is it a hint to OrientDB on how to initially organize the DB?