forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
35425: stats: improve UI experience r=RaduBerinde a=RaduBerinde This change makes the following improvements: - the job name is now a user-friendly message (instead of the exact SQL statement) for automatic table stats. The message includes the fully-qualified tale name (the table name was not visible at all). - the event description in the UI is fixed (used to be an "unknown event error"); the message includes the FQ table name. - events are not posted by default (they are too spammy and redundant with the jobs); but they can be turned on via a cluster setting (could be useful during debugging). Release note (admin ui change): CREATE STATISTICS jobs no longer generate events by default; improved descriptions for automatic statistics jobs. Fixes cockroachdb#35319. Co-authored-by: Radu Berinde <[email protected]>
- Loading branch information
Showing
8 changed files
with
279 additions
and
199 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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