Re: Performance query about large tables, lots of concurrent access

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Gregory Stark" <stark@xxxxxxxxxxxxxxxx> writes:

> "Karl Wright" <kwright@xxxxxxxxxxxxx> writes:
>
>>> In this case it looks like the planner is afraid that that's exactly
>>> what will happen --- a cost of 14177 suggests that several thousand row
>>> fetches are expected to happen, and yet it's only predicting 5 rows out
>>> after the filter.  It's using this plan anyway because it has no better
>>> alternative, but you should think about whether a different index
>>> definition would help.
>
> Another index won't help if the reason the cost is so high isn't because the
> index isn't very selective but because there are lots of dead tuples.

Sorry, I didn't mean to say that was definitely the case, only that having
bloated tables with lots of dead index pointers could have similar symptoms
because the query still has to follow all those index pointers.

-- 
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com



[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux