PATCH: remove nclients/nthreads constraint from pgbench

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема PATCH: remove nclients/nthreads constraint from pgbench
Дата
Msg-id alpine.DEB.2.10.1504270715420.13807@sto
обсуждение исходный текст
Ответы Re: PATCH: remove nclients/nthreads constraint from pgbench  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список 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 по дате отправления:

Предыдущее
От: Shigeru Hanada
Дата:
Сообщение: Re: Custom/Foreign-Join-APIs (Re: [v9.5] Custom Plan API)
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Missing importing option of postgres_fdw