|
|
|
|
|
by jd_mongodb
2127 days ago
|
|
The common misconception is that MongoDB stores JSON blobs. The JSON you see is converted seamlessly to BSON and is type encoded. This allows use to apply indexes at any level in the object and use complex query expressions at any level in the object. |
|