Re: postgresql meltdown on PlanetMath.org

From: "Lucas Adamski" <ladamski(at)manageww(dot)com>
To: "'Kendrick C(dot) Wilson'" <kendrick_wilson(at)hotmail(dot)com>, <pgsql-performance(at)postgresql(dot)org>
Subject: Re: postgresql meltdown on PlanetMath.org
Date: 2003-03-17 23:15:04
Message-ID: 000e01c2ecdb$0bafd1a0$0200a8c0@LADAMSKI
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)hotmail(dot)com]
Sent: Monday, March 17, 2003 2:47 PM
To: pgsql-performance(at)postgresql(dot)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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-03-18 01:34:36 Re: postgresql meltdown on PlanetMath.org
Previous Message Kendrick C. Wilson 2003-03-17 22:46:30 Re: postgresql meltdown on PlanetMath.org