Re: [GENERAL] Optimizations for busy DB??

From: Dustin Sallings <dustin(at)spy(dot)net>
To: Brian <signal(at)shreve(dot)net>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Optimizations for busy DB??
Date: 1999-05-13 19:51:26
Message-ID: Pine.SGI.3.95.990513124916.3362B-100000@bleu.west.spy.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)spy(dot)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. ____________

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brett W. McCoy 1999-05-13 20:07:04 Re: [GENERAL] Optimizations for busy DB??
Previous Message Brian 1999-05-13 19:47:29 Re: [GENERAL] Optimizations for busy DB??