pg_dump multiple CPUs

From: penorman(at)mac(dot)com
To: pgsql-docs(at)postgresql(dot)org
Subject: pg_dump multiple CPUs
Date: 2016-12-12 00:04:29
Message-ID: 20161212000429.14901.79638@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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..."

Browse pgsql-docs by date

  From Date Subject
Next Message Abdüsselam GÜNDOĞDU 2016-12-13 12:01:09 How To Install PostgreSQL 9.6 on Debian 8
Previous Message Marko Tiikkaja 2016-12-11 13:36:29 Re: jsonb_each_text(jsonb) returns value::jsonb, not text