Re: Capacity planning.

Поиск
Список
Период
Сортировка
От Brad Nicholson
Тема Re: Capacity planning.
Дата
Msg-id 1270127571.5155.315.camel@bnicholson-desktop
обсуждение исходный текст
Ответ на Capacity planning.  (David Harel <hareldvd@gmail.com>)
Список pgsql-sql
On Thu, 2010-03-25 at 16:02 +0200, David Harel wrote:

> Also where can I find docs that can help me make a capacity plan for
> max 100,000 clients making around 200 transactions a day each.

You will need a whole lot more information than that in order to do
capacity planning.

Here are a few questions to get you started

-What is the expected percentage of read vs write transactions.  
-Are they small OLTP style writes, or larger ones?
-Do you expect these transactions to be equally distributed over the
day, or do you expect bursts?
-Are you going to be dealing with highly concurrent access, or is it
distributed?
-what is the expected cache hit ratio?
-what is the expected data size?  What is the expected growth rate?

-- 
Brad Nicholson  416-673-4106
Database Administrator, Afilias Canada Corp.




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Capacity planning.
Следующее
От: Cliff Wells
Дата:
Сообщение: INSERT INTO...RETURNING vs SELECT