-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
QE 2024-11-11, QE 2024-11-25
Given the current usage of regular expressions to match collection names in the aggregation pipeline, we should investigate whether switching to string or substring comparison might yield better performance. Regular expressions are known to be computationally intensive, especially when used repeatedly across multiple conditions.
- is related to
-
SERVER-97328 Replace anchored regex with string comparison in change stream pipeline
- Needs Scheduling