Parallel query can cause CPU overload because workers cannot be added, for example, because there are not enough workers or no workers at the start of the query.
This Fujitsu Enterprise Postgres enhancement allows systems to allocate additional workers during query execution (if there are workers available at the time). The ability to increase workers during runtime is available only with parallel query. This improves query performance.