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

From Lucas Adamski
Subject Re: postgresql meltdown on PlanetMath.org
Date
Msg-id 000e01c2ecdb$0bafd1a0$0200a8c0@LADAMSKI
Whole thread Raw
In response to Re: postgresql meltdown on PlanetMath.org  ("Kendrick C. Wilson" <kendrick_wilson@hotmail.com>)
List pgsql-performance
Or at least restrict TCP/IP connections from localhost only, and use SSH
tunnels if you must have direct external access (for pgAdmin, etc.) to the
DB.
  Lucas.

-----Original Message-----
From: Kendrick C. Wilson [mailto:kendrick_wilson@hotmail.com]
Sent: Monday, March 17, 2003 2:47 PM
To: pgsql-performance@postgresql.org
Subject: Re: [PERFORM] postgresql meltdown on PlanetMath.org


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


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html


pgsql-performance by date:

Previous
From: "Kendrick C. Wilson"
Date:
Subject: Re: postgresql meltdown on PlanetMath.org
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: postgresql meltdown on PlanetMath.org