mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Lift the limitation that # of clients must be a multiple of # of threads
Fabien Coelho
This commit is contained in:
@ -326,8 +326,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
|
||||
<para>
|
||||
Number of worker threads within <application>pgbench</application>.
|
||||
Using more than one thread can be helpful on multi-CPU machines.
|
||||
The number of clients must be a multiple of the number of threads,
|
||||
since each thread is given the same number of client sessions to manage.
|
||||
Clients are distributed as evenly as possible among available threads.
|
||||
Default is 1.
|
||||
</para>
|
||||
</listitem>
|
||||
|
Reference in New Issue
Block a user