Re: Getting

From: Greg Williamson <gwilliamson39(at)yahoo(dot)com>
To:
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Getting
Date: 2013-01-24 09:08:17
Message-ID: 1359018497.35010.YahooMailNeo@web125906.mail.ne1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Dan --

>________________________________
> From: Michael Holt <MHolt(at)terapeak(dot)com>
>To: Raghavendra <raghavendra(dot)rao(at)enterprisedb(dot)com>; Dan Ng <surfnet(at)yahoo(dot)com>
>Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)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 roll it back.

HTH,

Greg Williamson

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Dan Ng 2013-01-24 16:57:04 Re: Getting
Previous Message Bert 2013-01-24 06:50:17 Re: vacuum / analyze parent tables on partitioned tables.