-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
Currently we expose useful BSON comparison functions in mongo shell that can be used on JavaScript objects:
- bsonWoCompare()
- bsonUnorderedFieldsCompare()
- bsonBinaryEqual()
All functions perform JS -> BSON translation, which fails if object size exceeds 16MB.
I would argue this limitation can be lifted here, because the functions do not store objects in the database.