Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fd89de5

Browse files
committed
Add note that scaling factor should be >= # of clients.
1 parent b4e334b commit fd89de5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contrib/pgbench/README.pgbench

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ o options
9999
number of tuples generated will be multiple of the
100100
scaling factor. For example, -s 100 will imply 10M
101101
(10,000,000) tuples in the accounts table.
102-
default is 1.
102+
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.
103105

104106
-U login
105107
Specify db user's login name if it is different from

0 commit comments

Comments
 (0)