What is bson in mongodb?



What is bson in mongodb?..

Answer / Pankaj Dhaka

BSON (Binary JSON) is a binary serialization of JSON documents used by MongoDB to efficiently store and transmit data. It provides a more compact format compared to plain JSON, while still maintaining the flexibility and simplicity of JSON.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

Why is mongodb so fast?

1 Answers  


What is mongodb atlas?

1 Answers  


How to configure the cache size for wiredtiger in mongodb?

1 Answers  


Is dynamodb a mongodb?

1 Answers  


Explain can you move old files in the movechunk directory?

1 Answers  


What is the need to provide size option on create collection?

1 Answers  


Where is the mongodb database?

1 Answers  


Is mongodb relational?

1 Answers  


Mongodb uses bson to represent document structures. True or false?

1 Answers  


Does mongodb have tables?

1 Answers  


Define mongodb SUM?

1 Answers  


Mention how you can inspect the source code of a function?

1 Answers  


Categories