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
At the moment, we have not specified how self-time and other kinds of measurements interact with each other:
Does the incremental cache loading time contribute to a queries self-time?
In the incremental cache loading case, is the loading event nested inside a regular query-provider event?
Should we distinguish between actual cache loading, metadata loading, and provider re-executions caused by missing cache entries? If so, how?
Do query-blocked time contribute to self-time? How about total-time?
Is a query-blocked event always followed by a cache-hit event (the latter of which would then be responsible for incrementing the invocation count) What if cache-hit events are filtered out? Is it OK to have wrong invocation counts?