Re: BUG #5652: Optimizer does wrong thing with partitioned tables

Поиск
Список
Период
Сортировка
От Euler Taveira de Oliveira
Тема Re: BUG #5652: Optimizer does wrong thing with partitioned tables
Дата
Msg-id 4C8A333A.7090208@timbira.com
обсуждение исходный текст
Ответ на BUG #5652: Optimizer does wrong thing with partitioned tables  ("Mladen Gogala" <mladen.gogala@vmsinfo.com>)
Ответы Re: BUG #5652: Optimizer does wrong thing with partitioned tables  (Mladen Gogala <mgogala@vmsinfo.com>)
Re: BUG #5652: Optimizer does wrong thing with partitioned tables  (Chris Travers <chris@metatrontech.com>)
Re: BUG #5652: Optimizer does wrong thing with partitioned tables  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-bugs
Mladen Gogala escreveu:
> Optimizer chooses to scan each partitioned table sequentially, instead of
> using the available index:
>
This is not a bug. How would the optimizer know that the maximum value is in
that specific partition? There is neither a global index for a partitioned
table nor an optimizer artifact to know aggregate information before scanning
all of the partitions. Maybe when we have a better support for table
partitioning such optimizer artifact would be implemented but don't hold your
breath.


--
  Euler Taveira de Oliveira
  http://www.timbira.com/

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

Предыдущее
От: "Mladen Gogala"
Дата:
Сообщение: BUG #5652: Optimizer does wrong thing with partitioned tables
Следующее
От: Mladen Gogala
Дата:
Сообщение: Re: BUG #5652: Optimizer does wrong thing with partitioned tables