concept document store in category nosql
appears as: document stores, The document store, document store, A document store, document store

This is an excerpt from Manning's book Making Sense of NoSQL.
It’s more than rows in tables —NoSQL systems store and retrieve data from many formats: key-value stores, graph databases, column-family (Bigtable) stores, document stores, and even rows in tables.
You may be familiar with the saying “A clever person solves a problem. A wise person avoids it.” Organizations that adopt document stores to avoid an object-relational layer are wise indeed. The conversion of object hierarchies to and from rigid tabular structures can be one of most vexing problems in building applications. Avoiding the object-relational layer mapping is a primary reason developer productivity increases when using NoSQL systems.