Re: Unexpected seq scans when expected result is 1 row out of milions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Unexpected seq scans when expected result is 1 row out of milions
Дата
Msg-id 4223.1310752729@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Unexpected seq scans when expected result is 1 row out of milions  (Svetlin Manavski <svetlin.manavski@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Robert Schnabel
Дата:
Сообщение: Re: Hardware advice for scalable warehouse db
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Hardware advice for scalable warehouse db