any number of documents of any type. This is the key feature of document oriented databases to become schema-less as well as giving them the advantage of porting and storing data of different types easily. Document databases focus on storage and access optimization for documents as opposed to rows or records. The document database entities are just records with multiple fields. All of the current document databases support documents in JSON (JavaScript Object Notation) format.