Re: How much memory?

Поиск
Список
Период
Сортировка
От Ron Peacetree
Тема Re: How much memory?
Дата
Msg-id 7021105.1130452773950.JavaMail.root@elwamui-norfolk.atl.sa.earthlink.net
обсуждение исходный текст
Ответ на How much memory?  ("PostgreSQL" <martin@portant.com>)
Ответы Re: How much memory?  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-performance
Databases basically come in 4 sizes:

1= The entire DB fits into memory.
2= The performance critical table(s) fit(s) into memory
3= The indexes of the performance critical table(s) fit into memory.
4= Neither the performance critical tables nor their indexes fit into memory.

Performance decreases (exponentially), and development + maintenance cost/difficulty/pain increases (exponentially), as
yougo down the list. 

While it is often not possible to be in class "1" above, do everything you can to be in at least class "3" and do
everythingyou can to avoid class "4". 

At ~$75-$150 per GB as of this post, RAM is the cheapest investment you can make in a high perfomance, low hassle DBMS.
IWill's and Tyan's 16 DIMM slot mainboards are worth every penny. 

ron


-----Original Message-----
From: PostgreSQL <martin@portant.com>
Sent: Oct 27, 2005 3:31 PM
To: pgsql-performance@postgresql.org
Subject: [PERFORM] How much memory?

Is there a rule-of-thumb for determining the amount of system memory a
database requres (other than "all you can afford")?

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

Предыдущее
От: Martin Lesser
Дата:
Сообщение: Re: Reasons and drawbacks for unused item pointers
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: What gets cached?