Re: postgresql meltdown on PlanetMath.org - Mailing list pgsql-performance

From Kendrick C. Wilson
Subject Re: postgresql meltdown on PlanetMath.org
Date
Msg-id BAY1-F104L3frQfGvB200019147@hotmail.com
Whole thread Raw
In response to postgresql meltdown on PlanetMath.org  (Aaron Krowne <akrowne@vt.edu>)
Responses Re: postgresql meltdown on PlanetMath.org  ("Lucas Adamski" <ladamski@manageww.com>)
List pgsql-performance
What is the structure of you table?
Is the data types in the table the same as in the SQL....

Did you create the index after the loading the table?
cluster the table around the most used index....

Is you web site on the same box you database is on?

telnet www.planetmath.org 5432
oh, $hit...

never mind........

If you have another box, please put the database on it. The web server maybe
killing the database but this depends on the amount of traffic.
and block the port.........


How fast is you hard drive? 5400rpm :S,

k=n^r/ck, SCJP

_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus


pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: postgresql meltdown on PlanetMath.org
Next
From: "Lucas Adamski"
Date:
Subject: Re: postgresql meltdown on PlanetMath.org