November 2019
Beginner to intermediate
470 pages
11h 59m
English
As we've already mentioned in this section, the support for parallelism has been gradually improved since PostgreSQL 9.6. In every version, new stuff is added.
The following are the most important operations that can be done in parallel:
In PostgreSQL 11, the support for parallel index creation has been added. Normal sort operations are not fully parallel yet – so far, only btree creation can be done in parallel. To control the amount of parallelism, we need to apply the following parameter:
test=# ...
Read now
Unlock full access