-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: No way to get insight into VALIDATE CONSTRAINT progress #26639
Copy link
Copy link
Closed
Labels
A-schema-changesC-wishlistA wishlist feature.A wishlist feature.O-supportWould prevent or help troubleshoot a customer escalation - bugs, missing observability/tooling, docsWould prevent or help troubleshoot a customer escalation - bugs, missing observability/tooling, docsP-3Issues/test failures with no fix SLAIssues/test failures with no fix SLAS-3-ux-surpriseIssue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption.Issue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)target-release-26.2.0v26.2.0-prerelease
Description
After running alter table vehicles validate constraint fk_owner_id_ref_users;, I assumed it should be possible to track the execution status, but neither SHOW CLUSTER QUERIES nor SHOW JOBS represented it.
I think there should be a way to get insight into this via the CLI or Admin UI.
cc: @knz
Jira issue: CRDB-4992
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-schema-changesC-wishlistA wishlist feature.A wishlist feature.O-supportWould prevent or help troubleshoot a customer escalation - bugs, missing observability/tooling, docsWould prevent or help troubleshoot a customer escalation - bugs, missing observability/tooling, docsP-3Issues/test failures with no fix SLAIssues/test failures with no fix SLAS-3-ux-surpriseIssue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption.Issue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)target-release-26.2.0v26.2.0-prerelease