Re: Some help on buffers and other performance tricks

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Some help on buffers and other performance tricks
Дата
Msg-id 20051109230752.GC8230@surnet.cl
обсуждение исходный текст
Ответ на Re: Some help on buffers and other performance tricks  (Ron Peacetree <rjpeace@earthlink.net>)
Ответы Re: Some help on buffers and other performance tricks
Список pgsql-performance
Ron Peacetree wrote:
> 0= Optimize your schema to be a tight as possible.  Your goal is to give yourself the maximum chance that everything
youwant to work on is in RAM when you need it. 
> 1= Upgrade your RAM to as much as you can possibly strain to afford.  4GB at least.  It's that important.
> 2= If the _entire_ DB does not fit in RAM after upgrading your RAM, the next step is making sure your HD IO subsystem
isadequate to your needs. 
> 3= Read the various pg tuning docs that are available and Do The Right Thing.
> 4= If performance is still not acceptable, then it's time to drill down into what specific actions/queries are
problems.
> If you get to here and the entire DBMS is still not close to acceptable, your fundamental assumptions have to be
re-examined.

IMHO you should really be examining your queries _before_ you do any
investment in hardware, because later those may prove unnecessary.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Outer Join performance in PostgreSQL
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Some help on buffers and other performance tricks