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
Currently, the aux file size metrics is an approximation that only gets updated on basebackup and when new aux files are written. If a page server restarts and the user never gets a basebackup, there will be no metrics. One proposal is to initialize aux file size metrics on logical size initial calculation.
The text was updated successfully, but these errors were encountered:
…lation (#7958)
close#7822close#7443
Aux file metrics is computed incrementally. If the size is not
initialized, the metrics will never show up. This pull request adds the
functionality to compute the aux file size on initial logical size
calculation.
Signed-off-by: Alex Chi Z <chi@neon.tech>
Currently, the aux file size metrics is an approximation that only gets updated on basebackup and when new aux files are written. If a page server restarts and the user never gets a basebackup, there will be no metrics. One proposal is to initialize aux file size metrics on logical size initial calculation.
The text was updated successfully, but these errors were encountered: