Re: [HACKERS] Re: vacuum timings

Поиск
Список
Период
Сортировка
От Mike Mascari
Тема Re: [HACKERS] Re: vacuum timings
Дата
Msg-id 3888C1AE.8EB2FC27@mascari.com
обсуждение исходный текст
Ответ на Re: vacuum timings  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Dmitry Samersoff wrote:
> 
> Tom Lane wrote:
> >
> > Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > > Conclusions:
> > >       o  indexes never get smaller
> >
> > Which we knew...
> >
> > >       o  drop/recreate index is slower than vacuum of indexes
> >
> > Quite a few people have reported finding the opposite in practice.
> 
> I'm one of them. On 1,5 GB table with three indices it about twice
> slowly.
> Probably becouse vacuuming indices brakes system cache policy.

I'm another. Do the times increase linearly with each index
added? Do the times increase linearly for each index for each
field in a composite index? Does the field type being indexed
have any affect (varchar vs int)? 

Mike Mascari


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

Предыдущее
От: Patrick Welche
Дата:
Сообщение: Re: [HACKERS] Re: Date/time type
Следующее
От: Alfred Perlstein
Дата:
Сообщение: Re: [HACKERS] pg_dump disaster