Not using index - Mailing list pgsql-general

From Crispin Miller
Subject Not using index
Date
Msg-id 3A815FEC.3529C61F@cs.man.ac.uk
Whole thread Raw
Responses Re: Not using index
Re: Not using index
List pgsql-general
Hi,
I have a table with about 8million tuples in it. I need to do a search
on two of the table's columns, so I've created a couple of indices, one
for each column.
Then I've run VACUUM ANALYZE. The query planner still wants to do a
sequential scan on the database. Any idea where I'm going wrong?
Crispin


pgsql-general by date:

Previous
From: Michael Fork
Date:
Subject: Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?
Next
From: Tom Lane
Date:
Subject: Re: Not using index