Skip to content

Event recording & summarize need cleanup with respect to self-time vs incr-load-time vs blocked-time vs total-time. #75

Closed
@michaelwoerister

Description

@michaelwoerister

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions