Re: Getting

Поиск
Список
Период
Сортировка
От Greg Williamson
Тема Re: Getting
Дата
Msg-id 1359018497.35010.YahooMailNeo@web125906.mail.ne1.yahoo.com
обсуждение исходный текст
Ответ на Re: Getting  (Michael Holt <MHolt@terapeak.com>)
Ответы Re: Getting
Список pgsql-admin
Dan --

>________________________________
> From: Michael Holt <MHolt@terapeak.com>
>To: Raghavendra <raghavendra.rao@enterprisedb.com>; Dan Ng <surfnet@yahoo.com>
>Cc: "pgsql-admin@postgresql.org" <pgsql-admin@postgresql.org>
>Sent: Wednesday, January 23, 2013 9:55 PM
>Subject: Re: [ADMIN] Getting
>
>
>
>Of course you can also see what the query plan will be without having to run the query through a standard explain
query: 
>
>
>http://www.postgresql.org/docs/9.0/static/sql-explain.html
>
>
I am not familiar with the Oracle tools, but you should note that the "EXPLAIN ANALYZE" does actually do the
transaction,so if you doing an update / insert / delete you may want to wrap it in an explicit transaction and then
rollit back. 

HTH,

Greg Williamson



В списке pgsql-admin по дате отправления:

Предыдущее
От: Bert
Дата:
Сообщение: Re: vacuum / analyze parent tables on partitioned tables.
Следующее
От: Dan Ng
Дата:
Сообщение: Re: Getting