-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
When verifying clusters for logical consistency as part of the verifier project, we can speed the process up by computing hashes server-side instead of transferring full documents over the network to the verifier process and computing the hashes there. Verification speed matters, as it's on the critical path for reducing downtime for MongoDB migrations.
One potential option could be to introduce a new operator in the aggregation pipeline.
- is related to
-
SERVER-49214 Add $toHashedIndexKey expression
- Closed
-
SERVER-30359 Add a more generalized $hash expression
- Backlog