Re: Unexpected seq scans when expected result is 1 row out of milions - Mailing list pgsql-performance

From Tom Lane
Subject Re: Unexpected seq scans when expected result is 1 row out of milions
Date
Msg-id 4223.1310752729@sss.pgh.pa.us
Whole thread Raw
In response to Unexpected seq scans when expected result is 1 row out of milions  (Svetlin Manavski <svetlin.manavski@gmail.com>)
List pgsql-performance
Svetlin Manavski <svetlin.manavski@gmail.com> writes:
> The question is: why do we get a seq scan on appqosdata.tcpsessiondata_1 and
> appqosdata.tcpsessiondata_2 even if the planner estimates correctly 1 row
> out of millions could potentially be selected? As you can see ~90% of the
> time is spent on those 2 partitions even if they are not apparently
> different from any of the others.

Well, there must be *something* different about them.  Are you sure
they've got the same indexes as the others?  It would be useful to see
psql's \d report for those partitions, as well as for one of the
partitions that's behaving as expected.  You might also compare the
EXPLAIN results for doing the query on just one child table between
the normal and misbehaving partitions.

            regards, tom lane

pgsql-performance by date:

Previous
From: Robert Schnabel
Date:
Subject: Re: Hardware advice for scalable warehouse db
Next
From: Scott Marlowe
Date:
Subject: Re: Hardware advice for scalable warehouse db