In case of MongoDB, what is the advantage of representing the data in BSON format as opposed to JSON?

 Posted by Rajnilari2015 on 3/21/2016 | Category: NoSql Interview questions | Views: 1367 | Points: 40
Answer:

It is primarily because of the following reasons -

a) Fast machine scan-ability

b) More availability of data types in BSON as opposed to JSON

c) BSON brings more strongly typed system as compared to JSON . BSON is compatible to the Native data structures of languages like C#, Java, Python etc.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response