Re: BUG #11500: PRIMARY KEY index not being used - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #11500: PRIMARY KEY index not being used
Date
Msg-id 8043.1411753479@sss.pgh.pa.us
Whole thread Raw
In response to BUG #11500: PRIMARY KEY index not being used  (marko@joh.to)
List pgsql-bugs
marko@joh.to writes:
> PostgreSQL version: 9.1.12

> We've been observing a performance problem where a PRIMARY KEY index is not
> being used.  The problem looks like this:

In 9.2 and again in 9.3, we significantly changed the planner's modeling
of index access costs, with a view towards making better choices when
there are multiple plausible indexes to use.  If you can reproduce this
misbehavior in 9.3 or later it would be worth looking into; but we're not
going to change 9.1's estimation rules at this late date.  People running
on back branches tend to want plan stability in my experience.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #11457: The below query crashes 9.3.5, but not 9.3.4
Next
From: orasnita@gmail.com
Date:
Subject: BUG #11501: PostgreSQL for Windows (installer) cannot be installed by screen reader users (blind computer users)