Re: Indexes not being used.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sam Tregar <sam(at)tregar(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Indexes not being used.
Date: 2001-06-22 17:10:20
Message-ID: 4579.993229820@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sam Tregar 2001-06-22 17:25:47 Re: Indexes not being used.
Previous Message Daniel Åkerud 2001-06-22 16:47:53 Re: Indexes not being used.