Re: Indexes not being used. - Mailing list pgsql-general

From Tom Lane
Subject Re: Indexes not being used.
Date
Msg-id 4579.993229820@sss.pgh.pa.us
Whole thread Raw
In response to Indexes not being used.  (Sam Tregar <sam@tregar.com>)
Responses Re: Indexes not being used.  (Sam Tregar <sam@tregar.com>)
List pgsql-general
You need to VACUUM ANALYZE your tables after you've finished with the
bulk load step.

And no, behavior on toy tables is not a guide to what the planner will
choose to do with large tables.

            regards, tom lane

pgsql-general by date:

Previous
From: Daniel Åkerud
Date:
Subject: Re: Indexes not being used.
Next
From: David Wheeler
Date:
Subject: Newbie Inheritance Question