Re: Lock contention during inserts

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: carlosreimer(at)terra(dot)com(dot)br
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Lock contention during inserts
Date: 2006-06-21 02:42:59
Message-ID: 5691.1150857779@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Carlos H. Reimer" <carlosreimer(at)terra(dot)com(dot)br> writes:
> During mass inserts, we have some locking contention in tables referenced by
> foreign keys. Its a 8.0.3 box
> and I know that 8.1 solved this but I would like to know if there is an easy
> and safe way to only apply this patch to 8.0.3?

If it were a simple fix it would have been fixed many versions ago.
Update to 8.1.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2006-06-21 03:05:53 multiple statement 'instead of' rule
Previous Message Carlos H. Reimer 2006-06-21 02:30:34 Lock contention during inserts