-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Index Maintenance, Storage
-
None
-
Fully Compatible
-
ALL
-
I'm not sure if this is by design but I have observed this behavior change between WiredTiger and MMAPv1.
Using MMAP the covered distinct result has the same bson type as the data that was inserted. However when using WiredTiger the distinct result has type double instead of Int32.
I realize that this is due to the new index key format for WiredTiger but I was surprised that distinct would product this result.
- duplicates
-
SERVER-16632 Change WiredTiger index key format to no longer use BSON
- Closed
- related to
-
SERVER-16916 RecordId might be inserted more than once with unique index and dupsAllowed == true
- Closed
-
CXX-463 Figure out why WiredTiger fails our bulk write test suite
- Closed