-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Execution
-
Fully Compatible
The server rolls our own BSON implemenation. The vast majority of relevant code lives in src/mongo/bson.
Notable topics include:
- BSON Object Building
- BSON Indexing and Lifetime
- BSON Element Schemas
This ticket likely also involves submitting follow on tickets to improve test coverage to serve as examples. This topic should be documented in src/mongo/bson/README.md.
This is intended to be abstract documentation, describe relationships and state transitions not code in common language.