Thread: [DOCS] pg_dump multiple CPUs

[DOCS] pg_dump multiple CPUs

From
penorman@mac.com
Date:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/populate.html
Description:

Section 14.4.9 says "If multiple CPUs are available in the database
server..." when talking about pg_restore's --jobs.

It's CPU cores that matter, or more specifically CPU hardware threads (i.e.
cores x 2 on Intel CPUs with Hyperthreading).

I recommend changing the wording to "If multiple CPU cores are available in
the database server..."