Re: Using LIKE expression problem..

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: "Michael Ryan S(dot) Puncia" <mpuncia(at)census(dot)gov(dot)ph>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Using LIKE expression problem..
Date: 2004-05-12 06:48:29
Message-ID: 40A1C8BD.8060900@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> In the query plan ..it uses seq scan rather than index scan .. why ? I
> have index on lastname, firtname…

Have you run VACUUM ANALYZE; on the table recently?

Chris

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Michael Ryan S. Puncia 2004-05-12 07:46:07 Re: Using LIKE expression problem..
Previous Message Michael Ryan S. Puncia 2004-05-12 06:18:48 Using LIKE expression problem..