Re: PLEASE GOD HELP US!

From: "Marc Mitchell" <marcm(at)eisolution(dot)com>
To: "'Shane | SkinnyCorp'" <shanew(at)skinnycorp(dot)com>, "'PgSQL ADMIN'" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: PLEASE GOD HELP US!
Date: 2004-10-01 16:38:52
Message-ID: 00de01c4a7d5$2337ab20$7901a8c0@MarcM8500
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

-----Original Message-----
> From: pgsql-admin-owner(at)postgresql(dot)org
> On Behalf Of Shane | SkinnyCorp
> Sent: Friday, October 01, 2004 10:05 AM
> To: PgSQL ADMIN
> Subject: [ADMIN] PLEASE GOD HELP US!
>
> ..<snip>..

You can use pgmonitor to visually see general load and check if there is
any contention. Your sample queries were all SELECTs but the data has
to be getting in there somehow.

What's the relationship between the process that issues the queries and
the database machine? Could there be any latency between the two?
Individual queries could run quickly but if the requester takes a while
to retrieve the request results before submitting a subsequent query,
that can result in problems?

Without index, table size and sample distribution information (or
explain verbose output), it is difficult to say if any one query could
be made to execute faster.

Marc Mitchell
Enterprise Information Solutions, Inc.
Downers Grove, IL 60515
marcm(at)eisolution(dot)com

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Greg Spiegelberg 2004-10-01 16:39:38 Re: PLEASE GOD HELP US!
Previous Message Joshua D. Drake 2004-10-01 16:23:35 Re: PLEASE GOD HELP US!