BSON [bee · sahn], short for Bin­ary JSON, is a bin­ary-en­coded seri­al­iz­a­tion of JSON-like doc­u­ments. Like JSON, BSON sup­ports the em­bed­ding of doc­u­ments and ar­rays with­in oth­er doc­u­ments and ar­rays. BSON also con­tains ex­ten­sions that al­low rep­res­ent­a­tion of data types that are not part of the JSON spec. For ex­ample, BSON has a Date type and a BinData type.


출처 - http://bsonspec.org/






BSON

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
Posted by linuxism
,