Re: Simple SQL question

From: Daniel Henrique Alves Lima <email_daniel_h(at)yahoo(dot)com(dot)br>
To: Iain <iain(at)mst(dot)co(dot)jp>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Simple SQL question
Date: 2004-03-09 05:43:56
Message-ID: 404D599C.80101@yahoo.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Ok, Iain. Thanks for the tip !

Iain wrote:

>Just a note based on my experience, if you are going to to use IN processing
>then there is a good chance that the index isn't going to be used. In some
>recent tests I did, the index stopped being used after I put 3 or more items
>in the IN list. You should build some representatve examples of the select
>and test them using "ANALYSE SELECT ..." .I'm using 7.4.1.
>
>The result from the select is the same, even if you don't make an index on
>the function result.It's just a performance consideration. If the index
>isn't used, then you don't need to create it.
>
>regards
>Iain
>----- Original Message -----
>From: "Daniel Henrique Alves Lima" <email_daniel_h(at)yahoo(dot)com(dot)br>
>To: <pgsql-sql(at)postgresql(dot)org>
>Sent: Tuesday, March 09, 2004 1:21 PM
>Subject: Re: [SQL] Simple SQL question
>
>
>
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tomasz Myrta 2004-03-09 06:24:52 Re: Help to simplify sample query
Previous Message Daniel Henrique Alves Lima 2004-03-09 05:41:52 Help to simplify sample query