Re: Problems with high traffic

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Ben Bostow <ben(at)viatornetworks(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Problems with high traffic
Date: 2005-01-06 13:06:51
Message-ID: 41DD37EB.8050206@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Ben

Well, we need more information

pg version, hardware, memory, etc

you may want to turn on log_duration to see exactly which statement is
causeing the problem. I'm assuming since it is taking a lot of CPU it
will take some time to complete( this may not be true)

On your last point, that is where you will get the most optimization,
but I'd still use log_duration to make sure optimizing the statement
will actually help.

dave

Ben Bostow wrote:

> I'm still relatively new to Postgres. I usually just do SQL
> programming but have found my self having to administer the DB now. I
> have I have a problem on my website that when there is high amounts of
> traffic coming from one computer to my web server. I suspect it is
> because of a virus. But what when I notice this, my processor drops to
> 0.0% idle with postmaster being my highest CPU user. Under normal
> circumstances the processor runs >90% idle or <10% used. I have tried
> tuning postgres but it doesn't seem to make a difference, unless I am
> doing something wrong. If I would like to find a solution other than
> rewriting all of my SQL statements and creating them to take the least
> amount of time to process.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
>

--
Dave Cramer
http://www.postgresintl.com
519 939 0336
ICQ#14675561

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Ben Bostow 2005-01-06 13:18:43 Re: Problems with high traffic
Previous Message Dawid Kuroczko 2005-01-06 12:15:33 Re: Low Performance for big hospital server ..