Aleksandr created IGNITE-27452:
----------------------------------
Summary: Add --timed option to CLI
Key: IGNITE-27452
URL: https://issues.apache.org/jira/browse/IGNITE-27452
Project: Ignite
Issue Type: Improvement
Reporter: Aleksandr
Currently, using the --verbose option command does not provide any information
about query execution time.
Example:
[machine]> sql --verbose "SELECT col FROM test LIMIT 1;"
It seems that no timing information is logged.
Suggestion:
Print how much time a query took in the CLI client.
It would be useful not only to see the total query time, but also the server
execution time.
Add --timed option to every command in the CLI that will show the command exec
time. Investigate if we can get the server execution time for SQL queries.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)