1.

In Case Of Mongodb, What Is The Advantage Of Representing The Data In Bson Format As Opposed To Json?

Answer»

It is primarily because of the following reasons ­:

  • FAST machine scan­ability
  • More AVAILABILITY of data TYPES in BSON as opposed to JSON
  • 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.

It is primarily because of the following reasons ­:



Discussion

No Comment Found