Luchnikov Alexander created IGNITE-21865:
--------------------------------------------
Summary: [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
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)