Re: Postgres Performance

Поиск
Список
Период
Сортировка
От Steve Crawford
Тема Re: Postgres Performance
Дата
Msg-id 47E41172.5000400@pinpointresearch.com
обсуждение исходный текст
Ответ на Re: Postgres Performance  (Steve Crawford <scrawford@pinpointresearch.com>)
Список pgsql-admin
 > I am using postgres 7.0 with linux with 15 GB of database &
 > 3 gb of RAM. Can anyone suggest what is the best setting
 > for postgres. I am using postgres as web db.

You mentioned elsewhere that you are getting 2,000 hits/day. I don't
know the nature of your web app but typical web apps involve pretty
simple transactions. Even with an average of 10 database transactions
per hit, your average is less than 0.25 TPS - several orders of
magnitude lower than the likely capacity of your hardware.

If you are experiencing performance problems I think that you may need
to look into more than the config file:

1. Are you vacuuming regularly? If not, you may need a vacuum full
followed by regular vacuuming.

2. Have you established appropriate indexes?

3. Are you running analyze to allow the planner to use the indexes you
created?

Cheers,
Steve


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: DB Structure Recovery
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Postgres Performance