You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly as in f46fd9c we could separately report hash lookups/updates and aggregations' accumulator updates to get more insight into query bottlenecks.
I want to take this up, @sopel39 can you give more insight of this.
Sure go ahead. Take a look at commit f46fd9c. You can see that ScanFilterAndProjectOperator keeps projection and fitltering stats in PageProcessorMetrics, which are then returned as operator metrics. Similar approach could be applied for group by operator. We can measure performance of GroupByHash and Accumulator separately.
Similarly as in f46fd9c we could separately report hash lookups/updates and aggregations' accumulator updates to get more insight into query bottlenecks.
cc @dain @raunaqmorarka
The text was updated successfully, but these errors were encountered: