Re: Hardware recommendations to scale to silly load

Поиск
Список
Период
Сортировка
Искать
От
Matt Clark
Тема
Re: Hardware recommendations to scale to silly load
Дата
Msg-id
OAEAKHEHCMLBLIDGAFELGEHIDHAA.matt@ymogen.net
Ответ на
Список
Дерево обсуждения
Re: Hardware recommendations to scale to silly load Vivek Khera <khera@kcilink.com>
Re: Hardware recommendations to scale to silly load "Matt Clark" <matt@ymogen.net>
>     SELECT 
>     IF 
>         BEGIN
>             INSERT
>                or
>             UPDATE
>         COMMIT;
>
> He says his current h/w peaks at 1/10th that rate.
>
> My question is: is that current peak rate ("300 inserts/updates
> *or* 2500 selects") based upon 1 connection, or many connections?
> With 4 CPUs, and a 4 disk RAID10, I wouldn't be surprised if 4 con-
> current connections gives the optimum speed.

Well it's more like each user interaction looks like:

	SELECT
	SELECT
	SELECT
	SELECT
	SELECT
	SELECT
	INSERT
	SELECT
	SELECT
	SELECT
	SELECT
	INSERT
	SELECT
	SELECT
	SELECT
	UPDATE
	SELECT
	SELECT
	UPDATE
	SELECT

And concurrency is very high, because it's a web app, and each httpd has one connection to PG, and there can be hundreds of active
httpd processes.  Some kind of connection pooling scheme might be in order when there are that many active clients.  Any views?


В списке pgsql-performance по дате отправления
От: Tom Lane
Дата:
От: Matt Clark
Дата:
FAQ