Mar 13, 2026: Time distribution information added to STATISTICS column in dynamic table refresh history¶
The STATISTICS column in DYNAMIC_TABLE_REFRESH_HISTORY and DYNAMIC_TABLE_REFRESH_HISTORY view now includes time distribution information for dynamic table refreshes. The following new properties are added:
queuedTimeMs: The time (in milliseconds) spent in the queued state.compilationTimeMs: The time (in milliseconds) spent compiling the refresh query.executionTimeMs: The time (in milliseconds) spent executing the refresh query.
For successful refreshes, the STATISTICS column includes both the existing row/partition statistics and the new time distribution information. For example:
For failed refreshes, the STATISTICS column is now populated with the time distribution information (previously it defaulted to an empty object). For example:
For more information, see DYNAMIC_TABLE_REFRESH_HISTORY (Information Schema) and DYNAMIC_TABLE_REFRESH_HISTORY view (Account Usage).