Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues in Runtime Statistics #3250

Open
kunwp1 opened this issue Feb 5, 2025 · 0 comments
Open

Issues in Runtime Statistics #3250

kunwp1 opened this issue Feb 5, 2025 · 0 comments
Assignees

Comments

@kunwp1
Copy link
Collaborator

kunwp1 commented Feb 5, 2025

There are three main issues with runtime statistics:

  1. 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.
  2. 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.
  3. Missing Tuple Size: Currently, runtime statistics only store the tuple count. To provide more comprehensive insights, the tuple size should also be included.
@kunwp1 kunwp1 self-assigned this Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant