Re: Re: performance bottlenecks on lock transactionid - Mailing list pgsql-performance

From Laurenz Albe
Subject Re: Re: performance bottlenecks on lock transactionid
Date
Msg-id 60f01304bbdefa9d091145b77a117df2d7b5a5ca.camel@cybertec.at
Whole thread Raw
In response to re:Re: performance bottlenecks on lock transactionid  ("王若楠" <wrn@hljdx.net>)
List pgsql-performance
王若楠 wrote:
> I want to find a way to reduce the lock waiting and improve the
> performance.

You either have to make the transactions shorter, or you let the
different clients modify different rows, so that they don't lock each
other.

That concurrent writers on the same data lock each other is
unavoidable, and all database management systems I know do it the same
way.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com




pgsql-performance by date:

Previous
From: Daulat Ram
Date:
Subject: RE: ORA-24345: A Truncation or null fetch error occurred -ora2pg
Next
From: Jean Baro
Date:
Subject: Continuous Performance Test