Re: : Performance Improvement Strategy

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: : Performance Improvement Strategy
Дата
Msg-id CAOR=d=1HNVVnsADVngt+Kj7L0rpyCfyvL5oLkxOj7jsq9ZVcqg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: : Performance Improvement Strategy  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: : Performance Improvement Strategy  (Leonardo Francalanci <m_lists@yahoo.it>)
Список pgsql-performance
On Wed, Oct 5, 2011 at 12:15 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Scott Marlowe <scott.marlowe@gmail.com> writes:
>> It used to be that cluster on a very randomly ordered table was much
>> slower than doing something like select * into newtable from oldtable
>> order by col1, col2;  Is that still the case in 9.0/9.1?
>
> Fixed in 9.1, per release notes:
>
>        * Allow CLUSTER to sort the table rather than scanning the index when it seems likely to be cheaper (Leonardo
Francalanci)

Looks like I owe Leonardo Francalanci a pizza.

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

Предыдущее
От: Raghavendra
Дата:
Сообщение: Re: : Performance Improvement Strategy
Следующее
От: "mark"
Дата:
Сообщение: Re: pg9 replication over WAN ?