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
I had to fix #1345 first because it turned out we've been running with global metric collector all the time, but after turning it off I got some numbers I can share here
Overall the impact of using the old metric engine seems to be around 10%. For 1M input, it takes 10 mins with metrics enabled and 9 mins with metrics disabled. The new metric engine does not seem to have any impact on runtime
I want to see whether using thread-local storages actually improves query performance
The text was updated successfully, but these errors were encountered: