Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e334b commit fd89de5Copy full SHA for fd89de5
contrib/pgbench/README.pgbench
@@ -99,7 +99,9 @@ o options
99
number of tuples generated will be multiple of the
100
scaling factor. For example, -s 100 will imply 10M
101
(10,000,000) tuples in the accounts table.
102
- default is 1.
+ default is 1. NOTE: scaling factor should be at least
103
+ as large as the largest number of clients you intend
104
+ to test; else you'll mostly be measuring update contention.
105
106
-U login
107
Specify db user's login name if it is different from
0 commit comments