[
https://issues.apache.org/jira/browse/IGNITE-21865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Chesnokov updated IGNITE-21865:
-----------------------------------------
Labels: ise perfStat (was: ise)
> [PerfStat] Add metadata about tables, columns, indexes
> ------------------------------------------------------
>
> Key: IGNITE-21865
> URL: https://issues.apache.org/jira/browse/IGNITE-21865
> Project: Ignite
> Issue Type: Improvement
> Reporter: Luchnikov Alexander
> Assignee: Aleksandr Chesnokov
> Priority: Minor
> Labels: ise, perfStat
> Attachments: report_2025-01-16_11-00-42.zip
>
>
> The PerfStat report contains information about which SQL queries were
> executed and what their execution plan was. But there is no information about
> what tables are in the cluster, what columns are in the tables, what indexes
> are created.
> In our case, we had to request additional information about tables and
> indexes to understand the cause of the problematic query plan. Used:
> {code:java}
> ./control.sh --system-view TABLES
> ./control.sh --system-view TABLES_COLUMNS
> ./control.sh --system-view INDEXES
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)