Re: Query performance inconsistant. - Mailing list pgsql-general

From Tom Lane
Subject Re: Query performance inconsistant.
Date
Msg-id 23189.1157053878@sss.pgh.pa.us
Whole thread Raw
In response to Re: Query performance inconsistant.  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: Query performance inconsistant.
List pgsql-general
Jeff Davis <pgsql@j-davis.com> writes:
> From what you described, I would not expect many locking problems. Are
> there any other types of queries you run that may cause a lock?

Row locks (SELECT FOR UPDATE/SHARE) are a possible problem, particularly
if this is a pre-8.1 Postgres where exclusive row locks were used for
foreign key constraints.

            regards, tom lane

pgsql-general by date:

Previous
From: Matthew Schumacher
Date:
Subject: Re: Query performance inconsistant.
Next
From: "Joshua D. Drake"
Date:
Subject: Re: postgres array quoting