Re: Terrible performance after deleting/recreating indexes

Поиск
Список
Период
Сортировка
От Mark Kirkwood
Тема Re: Terrible performance after deleting/recreating indexes
Дата
Msg-id 40EDE368.90603@coretech.co.nz
обсуждение исходный текст
Ответ на Re: Terrible performance after deleting/recreating indexes  (Bill Chandler <billybobc1210@yahoo.com>)
Ответы Re: Terrible performance after deleting/recreating indexes
Список pgsql-performance
That is interesting - both psql and JDBC merely submit statements for
the backend to process, so generally you would expect no difference in
execution plan or performance.

It might be worth setting "log_statement=true" in postgresql.conf and
checking that you are executing *exactly* the same statement in both
JDBC and psql.

regards

Mark

P.s : lets see the output from  EXPLAIN ANALYZE  :-)

Bill Chandler wrote:

>Thanks for the advice.
>
>On further review it appears I am only getting this
>performance degradation when I run the command via
>a JDBC app.  If I do the exact same query from
>psql, the performance is fine.  I've tried both the
>JDBC2 and JDBC3 jars.  Same results.
>
>
>
>
>
>
>

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

Предыдущее
От: Bill Chandler
Дата:
Сообщение: Re: Terrible performance after deleting/recreating indexes
Следующее
От: "Andy Ballingall"
Дата:
Сообщение: Working on huge RAM based datasets