-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
-
QO 2024-08-19, QO 2024-09-02
The query results comparator in shell_utils.cpp (sortBSONObjectInternally) should be extended to be able to support out-of-order array sorting, on top of its current functionality for out-of-order field sorting.
Additionally, add support for normalizing similar types, such as numerics. For instance, NumberInt(1) and NumberDecimal('1.00') should be considered equal.
- is related to
-
SERVER-91932 Port fuzzer result comparator to C++
- Closed
- related to
-
SERVER-94007 Add option to normalize null and undefined in query result comparator
- Closed