Fork-based version of pgbench

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Fork-based version of pgbench
Дата
Msg-id 15467.1133461790@sss.pgh.pa.us
обсуждение исходный текст
Список pgsql-patches
Per request from Qingqing, here is the version of pgbench I made up to
drive each backend from a separately forked subprocess.  This is not
meant for application, at least not yet, since it won't work on Windows,
and there are performance issues to be resolved anyway.  (If we figure
out the performance problem, we could probably adapt it for Windows by
#ifdef'ing to use threads instead of fork().)

            regards, tom lane


Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Check for integer overflow in datetime functions
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Strange interval arithmetic