sql - How do I display the query time when a query completes in Vertica? -
when using vsql, see how long query took run once completes. example when run:
select count(distinct key) schema.table; i see output like:
5678 (1 row) total query time: 55 seconds.
if not possible, there way measure query time?
in vsql type:
\timing and hit enter. you'll you'll see :-)
repeating turn off.
Comments
Post a Comment