Re: Query performance problems with partitioned tables

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Query performance problems with partitioned tables
Дата
Msg-id 87lkg9r7pn.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: Query performance problems with partitioned tables  (Andreas Haumer <andreas@xss.co.at>)
Список pgsql-performance
Wait, rereading the original queries I seem to have misunderstood something.
The individual parts of the partitioned tables are being accessed in timestamp
order. So what's missing is some way for the optimizer to know that the
resulting append results will still be in order. If it knew that all the
constraints were mutually exclusive and covered ascending ranges then it could
avoid doing the extra sort. Hm...

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


В списке pgsql-performance по дате отправления:

Предыдущее
От: Kevin Hunter
Дата:
Сообщение: Re: Feature Request --- was: PostgreSQL Performance Tuning
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Feature Request --- was: PostgreSQL Performance Tuning