Re: PLEASE GOD HELP US! - Mailing list pgsql-admin

From Marc Mitchell
Subject Re: PLEASE GOD HELP US!
Date
Msg-id 00de01c4a7d5$2337ab20$7901a8c0@MarcM8500
Whole thread Raw
In response to PLEASE GOD HELP US!  ("Shane | SkinnyCorp" <shanew@skinnycorp.com>)
List pgsql-admin
-----Original Message-----
> From: pgsql-admin-owner@postgresql.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@eisolution.com


pgsql-admin by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: PLEASE GOD HELP US!
Next
From: Greg Spiegelberg
Date:
Subject: Re: PLEASE GOD HELP US!