Re: performance question

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ernie cline <ernie(dot)cline(at)ipgdirect(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: performance question
Date: 2000-07-13 18:39:16
Message-ID: 1276.963513556@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

ernie cline <ernie(dot)cline(at)ipgdirect(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joseph Shraibman 2000-07-13 18:43:20 Re: select for update not locking properly.
Previous Message Tom Lane 2000-07-13 18:35:35 Re: select for update not locking properly.