On Fri, Jan 15, 2010 at 8:43 AM, Ivan Voras <ivoras(at)freebsd(dot)org> wrote:
> Have you tried decreasing random_page_cost in postgresql.conf? Or setting
> (as a last resort) enable_seqscan = off?
If you need to set enable_seqscan to off to get the planner to use
your index, the chances that that index are actually going to improve
performance are extremely poor.
...Robert