-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
In write_ops_exec we have separate register query stats and create query shape functions for insert, update, and delete. However, the code for all of these functions is so similar. Now that we have all of the write commands in write_ops_exec, we should refactor this code to reduce duplication and if possible move to a new file that is owned by QI so we do not need to ping QE reviewers for solely query stats fixes.
- split to
-
SERVER-130482 Refactor query stats for writes DeleteKey, InsertKey, and UpdateKey
-
- Closed
-
-
SERVER-130887 Share absl smart_ptr hash function across query stats Key classes
-
- Closed
-