Re: postgresql meltdown on PlanetMath.org

From: "Kendrick C(dot) Wilson" <kendrick_wilson(at)hotmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: postgresql meltdown on PlanetMath.org
Date: 2003-03-17 22:46:30
Message-ID: BAY1-F104L3frQfGvB200019147@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Lucas Adamski 2003-03-17 23:15:04 Re: postgresql meltdown on PlanetMath.org
Previous Message Tom Lane 2003-03-17 20:46:06 Re: postgresql meltdown on PlanetMath.org