Skip to main content

Community

Other: HVR: HVR event display to show breakdown how long HVR refresh time is spent on each task.

Not planned

Please sign in to leave a comment.

Comments

1 comment

  • Official comment
    Mark Van de Wiel User

    Hi Zahid,

    HVR performs refresh in a single pipeline, with no staging in the middle. The load will run at the pace of the slowest component. E.g. to read from Db2 will take as long as it takes to write to Snowflake staging if Snowflake is the target. We report table-level metrics in the event results.

    There is an argument that between staging the data and running copy into we could provide an additional measurement. However, this information is also available in the Snowflake query history (for Snowflake anyway).

    If the destination is Db2 or SQL Server then there is no staging in between so the time to select the data is the time it takes to load the data, which is the time we report (by table).

    We have no plans to add more details to our reporting.

    Thank you,
    Mark.