Re: How to keep queries low latency as concurrency increases

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема Re: How to keep queries low latency as concurrency increases
Дата
Msg-id CACMqXCLHjddYi91QiT9bki9vhvQFHd-bVXSR5+yoWTZuo8pPNA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to keep queries low latency as concurrency increases  (Jeff Janes <jeff.janes@gmail.com>)
Ответы Re: How to keep queries low latency as concurrency increases  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-performance
On Sun, Nov 4, 2012 at 1:53 AM, Jeff Janes <jeff.janes@gmail.com> wrote:
> On a 4 CPU machine, if I run pgbench -c10 -j10 with dummy queries
> (like "select 1;" or "set timezone...") against 2 instances of
> pgbouncer, I get nearly twice the throughput as if I use only one
> instance.
>
> A rather odd workload, maybe, but it does seem to be similar to the
> one that started this thread.

Every-connection-is-busy is pessimal workload for pgbouncer,
as it has nothing useful to contribute to setup, just overhead.

--
marko


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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: How to keep queries low latency as concurrency increases
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: How to keep queries low latency as concurrency increases