forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3c472a1
committed
doc: Adjust note about pg_upgrade's --jobs option.
Presently, this section lists a couple of parallelized parts ofpg_upgrade and suggests a starting point for setting the --jobsoption. The list of parallelized tasks is not particularlyactionable, and the phrasing for the --jobs recommendation isconfusing to some readers.This commit attempts to improve this section by eliminating thelist of parallelized tasks and instead highlighting that --jobs ismost useful for clusters with multiple databases or tablespaces.Additionally, the recommendation for setting --jobs is simplifiedto suggest starting with the number of CPU cores.Reported-by: Magnus Hagander <magnus@hagander.net>Reviewed-by: Daniel Gustafsson <daniel@yesql.se>Reviewed-by: Magnus Hagander <magnus@hagander.net>Discussion:https://postgr.es/m/Z8dBn_5iGLNuYiPo%40nathan1 parent1852aea commit3c472a1
1 file changed
+5
-6
lines changedLines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
533 | 533 |
| |
534 | 534 |
| |
535 | 535 |
| |
536 |
| - | |
537 |
| - | |
538 |
| - | |
539 |
| - | |
540 |
| - | |
541 |
| - | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
542 | 541 |
| |
543 | 542 |
| |
544 | 543 |
| |
|
0 commit comments
Comments
(0)