Re: How to increase postgresql performance

Поиск
Список
Период
Сортировка
От Kiswono Prayogo
Тема Re: How to increase postgresql performance
Дата
Msg-id 99024f5f1002021534h7e7a04e4vc865c90b012aef6b@mail.gmail.com
обсуждение исходный текст
Ответ на How to increase postgresql performance  (fida aljounaidi <fida.aljounaidi@gmail.com>)
Список pgsql-admin
USE LEFT/JOIN instead of WHERE IN possibly would improve the performance..


On Tue, Feb 2, 2010 at 5:51 PM, fida aljounaidi
<fida.aljounaidi@gmail.com> wrote:
> Hi
>
> I have an sql query which takes 20 seconds to be executed.
>
> this sql query contain more than 870 id under the select where in ()
> condition.
>
> So , it is not a large row result but a big list of conditions to be
> crossed.
>
> I'm using postgresql 8.4.
>
> Thanks for help
>
>
>



--
Regards,
Kiswono P
GB

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Startup proc 30595 exited with status 512 - abort and FATAL 2: XLogFlush
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: How to increase postgresql performance