Re: BUG #13817: Query planner strange choose while select/count small part of big table - complete

From: "Peter J(dot) Holzer" <hjp-pgsql(at)hjp(dot)at>
To: sienkomarcin(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #13817: Query planner strange choose while select/count small part of big table - complete
Date: 2015-12-18 07:09:40
Message-ID: 20151218070940.GC362@hjp.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 2015-12-14 11:45:27 +0000, sienkomarcin(at)gmail(dot)com wrote:
> The following bug has been logged on the website:
>
> Bug reference: 13817
> Logged by: Marcin_S
> Email address: sienkomarcin(at)gmail(dot)com
> PostgreSQL version: 9.4.5
> Operating system: Windows 7 x64
> Description:
>
> Hi,
>
> First sorry for not completed last bug (browser handle it too fast :). Here
> is complete version:
>
>
> I've check todo list but i can't find exact problem i'm reporting. It seems
> like query planner fires not needed sequence scan by all rows in table when
> only a few rows were picked.

Can you try this with version 9.5 (currently in beta)? This looks very
similar to a problem I reported some time ago and which is fixed in 9.5.

hp

--
_ | Peter J. Holzer | I want to forget all about both belts and
|_|_) | | suspenders; instead, I want to buy pants
| | | hjp(at)hjp(dot)at | that actually fit.
__/ | http://www.hjp.at/ | -- http://noncombatant.org/

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Grzegorz Garlewicz 2015-12-18 09:23:44 Re: BUG #13824: EXISTS sometimes uses seq scan instead of index
Previous Message Terje Elde 2015-12-18 05:59:28 Re: BUG #13823: Database crash - import requests in plpython3u