select max(parent_table) slow

Поиск
Список
Период
Сортировка
От Anj Adu
Тема select max(parent_table) slow
Дата
Msg-id f2fd819a0908180630s6737390fs5d91c5ae211e7bf1@mail.gmail.com
обсуждение исходный текст
Ответы Re: select max(parent_table) slow  (Kenneth Marshall <ktm@rice.edu>)
Re: select max(parent_table) slow  ("Plugge, Joe R." <JRPlugge@west.com>)
Список pgsql-admin
We are testing 8.4 and noticed that the performance of

select max(indexed_col) from parent_Table

is the same (slow) as postgres 8.1.x ( our current version).    The
child tables are huge and the indexed_col is not the basis for
partitioning.

I remember that this was an issue from an earlier thread where the
optimizer was not able to use the child partitions only to get the max
value. Is this true for 8.4 ?

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

Предыдущее
От: bilal ghayyad
Дата:
Сообщение: I know part of the function name, how I can search for it from the CLI
Следующее
От: Kenneth Marshall
Дата:
Сообщение: Re: select max(parent_table) slow