Introduction and use of bson in MongoDB
This article mainly introduces the introduction and use of bson in MongoDB. This article describes what bson is, how bson is used in MongoDB, and several BSON examples. For more information, see
1. What is
This article mainly introduced the Bson introduction and the use example in the MongoDB, this article explained what is Bson, Bson in the MongoDB use, several Bson example and so on content, needs the friend may refer to under
One, what is Bson
One, what is Bson
Bson is a binary form of class JSON, called Binary JSON, which, like JSON, supports embedded document objects and array objects, but Bson has some data types that JSON does not have, such as date and bindata types.
Bson can be
Introduction to MongoDB bson
1. What is bson?
Bson is a type of JSON binary storage format, binary JSON for short. It is the same as JSON and supports embedded document objects and array objects, however, bson has some data types not available in
In the introduction of MongoDB's bson, BSON can be used as a storage form for network data exchange. This is a bit similar to Google's ProtocolBuffer, but BSON is a schema
In the introduction of MongoDB's bson, BSON can be used as a storage form for
By convention, I will first introduce what is BSon. BSon is short for BinaryJSON and is a binary storage format of a type of Json. Currently, Bson is mainly used by MongoDB (an open-source database with a popular non-Relational Data Model) to store
Bson is currently mainly used in MongoDB, is the data storage format of MongoDB, Bson based on JSON format, the main reason to choose JSON for transformation is the universality of JSON and the characteristics of JSON schemaless.Bson mainly achieve
JsonJavaScript Object Notation (JSON) is an open, human and machine-readable standard that facilitates data interchange, and a Long with XML was the main format for data interchange used on the modern web. JSON supports all the basic data types you '
Basic concept basic features 1 rich data type 2 easy to expand 3 rich features 4 no sacrifice speed 5 Easy management scenario storage model concurrency control memory management disaster recovery 1 Backup 2 Repair MongoDB Transport Protocol MongoDB
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.