Document vs Object Databases
6 months ago — 0 Comments — Permalink
This post from 10gen is a concise comparison between these seemingly similar technologies:
In a document store, we really are thinking of “documents”, not objects. Objects have methods, predefined schema, inheritance hierarchies. These are not present in a document database; code is not part of the database.