Re: sequence indexes

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: sequence indexes
Дата
Msg-id 3C56506C.2AD21A41@tm.ee
обсуждение исходный текст
Ответ на Re: sequence indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
mlw wrote:
> 
> 
> Could one run a postgresql process in a lower priority process and
> perform lazy vacuums without affecting performance all that much?

One must be very careful not to introduce reverse priority problems -
i.e. a 
lower priority process locking some resource and then not letting go
while 
higher priority processes are blocked from running due to needing that
lock.

In my tests 1 vacuum process slowed down 100 concurrent pgbench
processes 
by ~2 times.

> A live index compaction can be done by indexing the table with a
> temporary name rename the old index, rename the new index to the old
> name, and drop the old index.

Isn't this what REINDEX command does ?

---------------
Hannu


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

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Improving backend launch time by preloading relcache
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: timing queries