Re: performance question - Mailing list pgsql-general

From Tom Lane
Subject Re: performance question
Date
Msg-id 1276.963513556@sss.pgh.pa.us
Whole thread Raw
In response to performance question  (ernie cline <ernie.cline@ipgdirect.com>)
List pgsql-general
ernie cline <ernie.cline@ipgdirect.com> writes:
> Quick question.  I am using postgres 7.0.  When running a select query,
> does postgres lock the row (or table) while doing a select?  Only on an
> insert/update/delete, right?

SELECTs certainly don't block each other (except the SELECT FOR UPDATE
variety).

> We are experiencing some performance
> problems when running 2 programs that access the database at once (only
> doing querys, and not even complex ones).

Need more detail ...

            regards, tom lane

pgsql-general by date:

Previous
From: "Peter Mount"
Date:
Subject: Re: pgdump & blob
Next
From: Manuel Sugawara
Date:
Subject: Re: performance question