Re: How to increase postgresql performance - Mailing list pgsql-admin

From Kiswono Prayogo
Subject Re: How to increase postgresql performance
Date
Msg-id 99024f5f1002021534h7e7a04e4vc865c90b012aef6b@mail.gmail.com
Whole thread Raw
In response to How to increase postgresql performance  (fida aljounaidi <fida.aljounaidi@gmail.com>)
List 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 by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Startup proc 30595 exited with status 512 - abort and FATAL 2: XLogFlush
Next
From: Scott Marlowe
Date:
Subject: Re: How to increase postgresql performance