Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 371 Bytes

turn-timing-on.md

File metadata and controls

9 lines (7 loc) · 371 Bytes

Turn Timing On

When digging around your database and running queries, it is helpful to have an eye on the speed of those queries. This can give insight into where there are needs for optimizations.

Turn timing on (and off) within psql by running \timing. With timing on, the duration of each query will be displayed in milliseconds after the output of the query.