BSON [bee · sahn], short for Binary JSON, is a binary-encoded serialization of JSON-like documents. Like JSON, BSON supports the embedding of documents and arrays within other documents and arrays. BSON also contains extensions that allow representation of data types that are not part of the JSON spec. For example, BSON has a Date type and a BinData type.
출처 - http://bsonspec.org/
A serialization format used to store documents and make remote procedure calls in MongoDB. “BSON” is a portmanteau of the words “binary” and “JSON”. Think of BSON as a binary representation of JSON (JavaScript Object Notation) documents. For a detailed spec, seebsonspec.org.
See also
The Data Type Fidelity section.
출처 - http://docs.mongodb.org/manual/reference/glossary/
'DB > MongoDB' 카테고리의 다른 글
mongodb - GridFS (0) | 2013.06.18 |
---|---|
mongodb - binary data(type) 저장 (0) | 2013.06.18 |
mongodb - BSON 사이즈 제한 (0) | 2013.06.18 |
mongodb - GridFS save/read file 예제 (1) | 2013.06.10 |
mongodb - install mongodb on centos, fedora (0) | 2013.06.04 |