YSQL cluster administration features #4194
Labels
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
roadmap-tracking-issue
This issue tracks a major roadmap item, and usually appears in the roadmap list.
Jira Link: DB-1393
Issue tracking improvements needed around administration of YSQL.
Design Docs
⬜️ Design Doc for cluster administration
Node level statistics
In this phase, each YSQL server will maintain configuration and statistics about queries executed on that node. These statistics can be queried using SQL statements via
ysqlsh
or any postgres client driver. However, the statistics across all nodes won't be aggregated. Some stats will also be available on tserver UI page.Table level statistics
Cluster wide statistics
In this phase, each YSQL server will collect statistics about data and queries executed on that server and will push these out to a centralized statistics table. This table can then be queried using SQL statements. These stats will also be available on YW platform and master UI pages.
Visibility into transactions and locking
The text was updated successfully, but these errors were encountered: