Re: Extremely Low performance with ODBC

Поиск
Список
Период
Сортировка
От Richard Broersma
Тема Re: Extremely Low performance with ODBC
Дата
Msg-id 396486430805231326y44f99e3ar9a1ded8ebbbcb0c@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Extremely Low performance with ODBC  ("Sebastian Rychter" <srychter@anvet.com.ar>)
Ответы Re: Extremely Low performance with ODBC
Re: Extremely Low performance with ODBC
Список pgsql-sql
On Fri, May 23, 2008 at 9:47 AM, Sebastian Rychter
<srychter@anvet.com.ar> wrote:
> Thanks.. All logs are already off and I'm just sending one query directly
> from the application (from Visual Foxpro using SQL Pass through and in
> VB.net using ado.net). I've found that the "problem" is that I'm using
> implicit joins, and when I change it to explicit Inner Joins the query only
> takes 3 seconds (as with PgAdmin). I still can't understand if the problem
> resides on the ODBC driver, the Query Planner or it's just a mix of both.

The next step would be to turn on PostgreSQL's statement logging and
statement duration.  Issue the queries from VFP and then check what
statement that PG is actually getting.  If the statement that PG is
getting looks good, try executing that statement prefixed with explain
analyze from the psql command line to help identify where the
performance problem is.


-- 
Regards,
Richard Broersma Jr.

Visit the Los Angles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug


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

Предыдущее
От: "Sebastian Rychter"
Дата:
Сообщение: Re: Extremely Low performance with ODBC
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Extremely Low performance with ODBC