-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
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.