-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
getHistogram takes its argument by const std::string&. However there are instances in the CardinalityEstimator where we have a path in StringData, which currently requires us to create a copy of the path to look up the histogram.