Grokking MongoDB
Ask Author
Back to course home

0% completed

Introduction to BSON
Table of Contents

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible

What is BSON?

BSON (Binary JSON) is the binary-encoded serialization of JSON-like documents. BSON extends the JSON model to provide additional data types and to be efficient for encoding and decoding within different languages. MongoDB uses BSON as the data storage and network transfer format for documents.

Key Features of BSON

  • Efficiency: BSON is designed to be efficient in both space and speed, which is critical for high-performance database operations.

.....

.....

.....

Like the course? Get enrolled and start learning!

Table of Contents

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible