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
{{ message }}
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
There should be way more granularity in the traces. Right now, the only meaningful traces are the ones in the analyzer, because they're split per rule.
The execution traces take as much time as the last node, so they don't provide any meaningful insights when looking into which node is the one that's making a query slower.
Perhaps we should measure how much the Next in the iterators take as well. I'm worried that this might produce massive traces, though, for big datasets, but it's the only meaningful way to assess what node is making a query slow.