-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Query Execution
-
Query Execution
-
ALL
When computing a hash value inside SBE we call BSONElementHasher in order to be compatible with other parts of the system (e.g. sharding).
However, that computation may be expensive as we roundtrip through BSONObj. That's rather undesirable.
- related to
-
SERVER-55092 [SBE] Fix shard filtering for hashed shard keys
- Closed