DEFINITIONS

Definitions More Info.
Definition ID646
TitlePOSTGRESQL
CategoryNOTES
DefinitionHow to turn on timing, and checking how much time a query takes to execute
Definition Descriptionhttp://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/
# \timing — After this if you execute a query it will show how much time it took for doing it.
# \timing Timing is on.
# SELECT * from pg_catalog.pg_attribute ; Time: 9.583 ms
RecordBycunay
Record Date04-05-2015 11:22:08
Düzenle
Kopyala
Sil