Parallel Vacuum

Поиск
Список
Период
Сортировка
От Dimitri
Тема Parallel Vacuum
Дата
Msg-id 200703221435.54408.dimitrik.fr@gmail.com
обсуждение исходный текст
Ответы Re: Parallel Vacuum
Список pgsql-performance
Folks,

is there any constrains/problems/etc. to run several vacuum processes in
parallel while each one is 'vaccuming' one different table?

Example:

  vacuum -d db1 -t table1 &
  vacuum -d db1 -t table2 &
  vacuum -d db1 -t table3 &
  wait

(sorry if it was already asked, but I did not find an explicit
answer in archives)

Thanks for any inputs!

Rgds,
-Dimitri

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

Предыдущее
От: Mario Weilguni
Дата:
Сообщение: Re: Performance of count(*)
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: Performance of count(*)