SQL_QUERIES_HISTORY
SQL queries history
This is a legacy Apache Ignite documentationThe new documentation is hosted here: https://ignite.apache.org/docs/latest/
This view exposes information about SQL queries history.
NAME | TYPE | DESCRIPTION |
|---|---|---|
SCHEMA_NAME | string | Schema name |
SQL | string | Query text |
LOCAL | boolean | True if local only |
EXECUTIONS | long | Count of executions |
FAILURES | long | Count of failures |
DURATION_MIN | long | Minimal duration of execution |
DURATION_MAX | long | Maximum duration of execution |
LAST_START_TIME | date | Last execution date |
Updated 9 months ago
