-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial logical size calculation: add a bunch of metrics (#5995)
These will help us answer questions such as: - when & at what do calculations get started after PS restart? - how often is the api to get current incrementally-computed logical size called, and does it return Exact vs Approximate? I'd also be interested in a histogram of how much wall clock time size calculations take, but, I don't know good bucket sizes, and, logging it would introduce yet another per-timeline log message during startup; don't think that's worth it just yet. Context - https://neondb.slack.com/archives/C033RQ5SPDH/p1701197668789769 - #5962 - #5963 - #5955 - neondatabase/cloud#7408
- Loading branch information
Showing
3 changed files
with
154 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1c88824
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2498 tests run: 2395 passed, 1 failed, 102 skipped (full report)
Failures on Postgres 16
test_branching_with_pgbench[flat-1-10]
: debugFlaky tests (6)
Postgres 16
test_branching_with_pgbench[cascade-1-10]
: debugtest_branching_with_pgbench[flat-1-10]
: debugtest_ondemand_download_timetravel[real_s3]
: debugtest_deletion_queue_recovery[no-validate-keep]
: debugPostgres 15
test_branching_with_pgbench[cascade-1-10]
: debugtest_empty_tenant_size
: debugTest coverage report is not available
1c88824 at 2023-12-01T13:03:47.495Z :recycle: