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

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -