Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.3
Description
Consider a view with a large number of columns (~1000s). When resolving this view, looking at the flamegraph, observed repeated initializations of `conf` to obtain the `resolver` for each column of the view.
This can be easily optimized to reuse the same resolver (obtained once) for the various calls to `innerResolve` in `resolveExpression`.
Attachments
Issue Links
- links to