PostgreSQL can do many things in Parallel.
- Parallel Seq Scans
- Parallel index scans (BTree)
- Parallel bitmap heap scans
- Parallel Joins
- Parallel Aggregations
- Parallel index creation (BTree)
- Parallel Appends
- Parallel
VACUUM
PostgreSQL can do many things in Parallel.
VACUUM