-
Notifications
You must be signed in to change notification settings - Fork 470
DOC-13913 Product Change- PR #147778 - release-25.2: db-console: add client side hot range filtering by node #19756
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
base: main
Are you sure you want to change the base?
Conversation
…r hot ranges section.
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Some suggestions
@@ -15,9 +15,27 @@ When optimizing or troubleshooting statement performance, this page can help you | |||
|
|||
To view this page, [access the DB Console]({% link {{ page.version.version }}/ui-overview.md %}#db-console-access) and click **Hot Ranges** in the left-hand navigation. | |||
|
|||
## Select nodes | |||
|
|||
In the **Select Nodes** filter, choose one or more nodes with high activity, such as high CPU usage, to investigate potential hotspots. Filtering fewer nodes can help identify the hottest ranges more quickly and improve page load time. |
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.
In the **Select Nodes** filter, choose one or more nodes with high activity, such as high CPU usage, to investigate potential hotspots. Filtering fewer nodes can help identify the hottest ranges more quickly and improve page load time. | |
In the **Select Nodes** filter, choose one or more nodes with high activity, such as high CPU usage, to investigate potential hotspots. Selecting fewer nodes can help identify the hottest ranges more quickly and improve page load time. |
If I understand your intended meaning correctly, "selecting" or "displaying" [fewer nodes] is much clearer to me than "filtering", which I find a little ambiguous in this context.
Even so, I'm probably not clear enough on how/why "Filtering fewer nodes can help identify the hottest ranges more quickly"—is it just because the data loads more quickly, or something to do with the user (e.g. less distracted with irrelevant data)? I'm not saying we must spell it all out completely, but perhaps it's a bit too ambiguous as-is?
## Filter hot ranges | ||
|
||
Use the **Filter** menu to filter the [hot ranges list](#hot-ranges-list) on any combination of: node ID, store ID, database, table, index, or locality. | ||
After [selecting nodes](#select-nodes), use the **Filter** menu to filter the [hot ranges list](#hot-ranges-list) by any combination of database, table, index, or store ID. |
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.
Not sure if you can select multiple databases, tables, indexes, or store IDs, but if so, I think these should be pluralized.
Use the **Filter** menu to filter the [hot ranges list](#hot-ranges-list) on any combination of: node ID, store ID, database, table, index, or locality. | ||
After [selecting nodes](#select-nodes), use the **Filter** menu to filter the [hot ranges list](#hot-ranges-list) by any combination of database, table, index, or store ID. | ||
|
||
In the **Databases** dropdown list, filter by zero or more databases. |
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.
In the **Databases** dropdown list, filter by zero or more databases. | |
In the **Databases** dropdown list, you can choose to filter by specific databases (optional). |
Fixes DOC-13913 DOC-13902
In ui-hot-ranges-page.md, added Select nodes section and update Filter hot ranges section.
Rendered Preview
Select nodes