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
There are three main issues with runtime statistics:
Cumulative Statistics: Currently, runtime statistics are recorded every 0.5 seconds, storing only the difference (diff) values for tuple counts and processing times. However, @Xiao-zhen-Liu has requested that we store cumulative values instead.
Timestamp Accuracy: The timestamp recorded in runtime statistics reflects the time when the record is inserted into the table, rather than when the statistics were actually measured. It should instead capture the precise time of measurement.
Missing Tuple Size: Currently, runtime statistics only store the tuple count. To provide more comprehensive insights, the tuple size should also be included.
The text was updated successfully, but these errors were encountered:
There are three main issues with runtime statistics:
The text was updated successfully, but these errors were encountered: