Details
-
Improvement
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
None
-
Query Execution
Description
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.