I need a help related to running full vacuum on multiple tables.
We are using postgreSQL-11, there are a couple of tables that are bloated with 20GB or larger, and running a full vacuum on them takes more than 15 minutes, and doing each table one after another sequentially takes more time to complete the full vacuum.
Is it possible to run full vacuum on multiple tables in parallel?
Many Thanks, Suresh.