-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
[RFC] Database CLI tools #59422
Copy link
Copy link
Open
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancementfeature: databaseDatabase related DBDatabase related DB
Description
Idea
Create CLI tools to investigate database issues.
It should be an easy way to get information about the database:
- version/flavour
- important variables (vs. recommended ones?)
- table/index size
- fragmentation
- cluster info
- buffer pool hit-rate/query cache
- indices usage (used/unused)
- see current locks and blocked queries
Why
A lot of our performance issues are related to database performance. It should help admins to troubleshoot issues quicker.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancementfeature: databaseDatabase related DBDatabase related DB
Type
Projects
Status
To triage