Обсуждение: vacuum with multiple jobs and a partitioned table

Поиск
Список
Период
Сортировка

vacuum with multiple jobs and a partitioned table

От
Wells Oliver
Дата:
I can do: vacuumdb -j 8 mydb

This will go about vacuuming tables and use 8 jobs to do it. Good stuff.

If I have a table which has partitions is there some way of using one command to vacuum its partitions using multiple jobs so it does it concurrently?

--