Slide 18
Slide 18 text
Postgres Parallel Processing capabilities
Postgres 9.6
Parallel Sequential
scans, Joins and
Aggregates
Postgres 10
Parallel B-tree,
bitmap heap
scans, merge join,
non-correlated
sub queries.
Postgres 11
Parallel Hash
joins, DDL,
Index Builds,
Parallel
partitions scans
Postgres 12
Parallel
Queries in
Serializable
Isolation Mode
Postgres
13
Parallel
Vacuum
Credits: Amit Kapila (@kapila_amit)
@talktosavjani