Re: [GENERAL] auto_explain & FDW

2013-06-28 Thread David Greco
>-Original Message- >From: Albe Laurenz [mailto:laurenz.a...@wien.gv.at] >Sent: Friday, June 28, 2013 4:05 AM >To: David Greco; pgsql-general@postgresql.org >Subject: RE: auto_explain & FDW >David Greco wrote: >> In my development environment, I am using the auto_explain module to >> hel

Re: [GENERAL] auto_explain & FDW

2013-06-28 Thread Albe Laurenz
David Greco wrote: > In my development environment, I am using the auto_explain module to help > debug queries the developers > complain about being slow. I am also using the oracle_fdw to perform queries > against some oracle > servers. These queries are generally very slow and the application a

[GENERAL] auto_explain & FDW

2013-06-27 Thread David Greco
In my development environment, I am using the auto_explain module to help debug queries the developers complain about being slow. I am also using the oracle_fdw to perform queries against some oracle servers. These queries are generally very slow and the application allows them to be. The troubl