Re: [GENERAL] Optimizations for busy DB??

Поиск
Список
Период
Сортировка
От Dustin Sallings
Тема Re: [GENERAL] Optimizations for busy DB??
Дата
Msg-id Pine.SGI.3.95.990513124916.3362B-100000@bleu.west.spy.net
обсуждение исходный текст
Ответ на Re: [GENERAL] Optimizations for busy DB??  (Brian <signal@shreve.net>)
Список pgsql-general
On Thu, 13 May 1999, Brian wrote:

# its a really busy website retreviing data from the database.

    Right.  I run some pretty busy web sites that get data from the
database as well.  Most of the data doesn't need to be retreived from the
database for every single request.  I've got some pretty good caching
stuff I use that speeds it up *significantly*, and avoids hitting the
database for the same information over and over (and over).

--
SA, beyond.com           My girlfriend asked me which one I like better.
pub  1024/3CAE01D5 1994/11/03 Dustin Sallings <dustin@spy.net>
|    Key fingerprint =  87 02 57 08 02 D0 DA D6  C8 0F 3E 65 51 98 D8 BE
L_______________________ I hope the answer won't upset her. ____________


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

Предыдущее
От: Brian
Дата:
Сообщение: Re: [GENERAL] Optimizations for busy DB??
Следующее
От: Brian
Дата:
Сообщение: postgres getting slow