PATCH: remove nclients/nthreads constraint from pgbench - Mailing list pgsql-hackers

From Fabien COELHO
Subject PATCH: remove nclients/nthreads constraint from pgbench
Date
Msg-id alpine.DEB.2.10.1504270715420.13807@sto
Whole thread Raw
Responses Re: PATCH: remove nclients/nthreads constraint from pgbench
List pgsql-hackers
Remove pgbench constraint that the number of clients must be a multiple of 
the number of threads, by sharing clients among threads as evenly as 
possible.

Rational: allows to test the database load with any number of client 
without unrelated constraint. The current setting means for instance that 
testing with a prime number of clients always uses one thread, whereas 
other number of clients can use a different number of threads. This 
constraint does not make much sense.

-- 
Fabien.

pgsql-hackers by date:

Previous
From: Shigeru Hanada
Date:
Subject: Re: Custom/Foreign-Join-APIs (Re: [v9.5] Custom Plan API)
Next
From: Michael Paquier
Date:
Subject: Re: Missing importing option of postgres_fdw