-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
v7.0
-
QO 2023-05-29
-
16
After looking through the list of places where we copy vectors in the query system, I've found at least 50 vectors that can be std::move'd rather than copied. I think it would be good to review all of the copies to see how many more can be avoided.