-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Integration
-
Fully Compatible
For some of our smallest/quickest queries the client metadata is actually a big portion of the query stats store key, and we recompute the hash on every query to detect whether we've seen it before. The Client object lives as long as the client connection, so we should only need to compute this hash once per Client - which should be a lot more performant.
- is depended on by
-
SERVER-85055 Tracking: M1 Performance improvement ideas
- Closed