Re: Postgres not using indexes - Mailing list pgsql-bugs

From Kevin Grittner
Subject Re: Postgres not using indexes
Date
Msg-id 4D9342E3020000250003BFAF@gw.wicourts.gov
Whole thread Raw
In response to Re: Postgres not using indexes  (Harry Rossignol <harrywr2@comcast.net>)
List pgsql-bugs
Harry Rossignol <harrywr2@comcast.net> wrote:

> I'm just a lowly end user. Bumping the default statistics target
> or using ALTER TABLE SET STATISTICS has made large differences in
> query performance on large tables.

The default has been bumped up in later versions, so that shouldn't
be as big a problem as it once was.  In this particular case the
EXPLAIN ANALYZE showed the estimated row counts were quite accurate
compared to the actual, so this definitely wasn't the problem this
time.

-Kevin

pgsql-bugs by date:

Previous
From: Harry Rossignol
Date:
Subject: Re: Postgres not using indexes
Next
From: "Kevin Grittner"
Date:
Subject: Re: Postgres not using indexes