The Document Database
A document database's smallest unit is a so called document. A document represents unstructured data. The data inside a document is stored in key/value-pairs, where the keys grant access to the stored values. In OrientDB, these key/value pairs are called fields.
Documents, i.e. the fields, could be any type of data like text, pictures or other binary data.