Scaling Database for heavy load

Поиск
Список
Период
Сортировка
От Digit Penguin
Тема Scaling Database for heavy load
Дата
Msg-id CAJo80t2fPjYi=MZf=MvJvyGete+QQ6yvRySCEGgPq5-fweF=zQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Scaling Database for heavy load  (Chris Travers <chris.travers@gmail.com>)
Re: Scaling Database for heavy load  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general
Hello,


we use PostgreSql 9.x in conjunction with BIND/DNS for some Companies with about 1.000 queries per second.
Now we have to scale the system up to 100.000 queries per second (about).

Bind/DNS is very light and i think can not give us bottleneck.
The question is how to dimension the backend database.

The queries are select (only few insert or update), but the 100.000 queries per second are only select.

How can i calculate/dimensionate?
We think to put mor ethan one Bind Server (with backend database) behinbd a router with balancing capabilities.

The problem is to know which requirements and limits does a Postgresql 9.x installation - 64 bit - can have.
Furthermore, we tried Rubyrep (it is quite old!); can you suggest me other replication modules that can work also if connction link, from Database Server, went down?

Thank you!
Francesco

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

Предыдущее
От: Karsten Hilbert
Дата:
Сообщение: Re: Lightest way of checking if postgresql is running at the other end of an ssh tunnel?
Следующее
От: Chris Travers
Дата:
Сообщение: Re: Scaling Database for heavy load