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

Popular posts from this blog

python - Why doesn't list have safe "get" method like dictionary? -

razor - Is this a bug in WebMatrix PageData? -

sql server - Stored procedure -