Re: Major differences between oracle and postgres performance - what can I do ?

Поиск
Список
Период
Сортировка
От Paul Thomas
Тема Re: Major differences between oracle and postgres performance - what can I do ?
Дата
Msg-id 20040618130927.A17585@bacon
обсуждение исходный текст
Ответ на Major differences between oracle and postgres performance - what can I do ?  (Gary Cowell <gary_cowell@yahoo.co.uk>)
Список pgsql-performance
On 18/06/2004 12:31 Gary Cowell wrote:
> [snip]
> I'm not as familiar with postgresql as I am with
> Oracle but I think I've configured comparible
> buffering and sort area sizes, certainly there isn't
> much physical IO going on in either case.
>
> What can I do to speed up this query? Other queries
> are slightly slower than under Oracle on the same
> hardware but nothing like this.

Usual questions:

have you vacuumed the table recently?
what are your postgresql.conf settings?
can you show us explain ANALYZE output rather than just explain output?

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for
Business             |
| Computer Consultants         |
http://www.thomas-micro-systems-ltd.co.uk   |
+------------------------------+---------------------------------------------+

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Major differences between oracle and postgres performance
Следующее
От: Jeff
Дата:
Сообщение: Re: Major differences between oracle and postgres performance - what can I do ?