Re: the jokes for pg concurrency write performance

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: wyx6fox(at)sina(dot)com
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: the jokes for pg concurrency write performance
Date: 2010-02-02 16:12:09
Message-ID: dcc563d11002020812t4a3ce023q2049630313a8f531@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

2010/2/1 <wyx6fox(at)sina(dot)com>:
> hi, first, thanks u for make so good opensource db .
>
> recently maybe half an years ago ,i begin to use pg in a big project for
> insurance project, belong as the project go on ,and
>
> i found some performance problem on concurrency write situation , then i do
> a research on concurrency write strategy on postgresql ,
>
> i found a joke ,maybe this joke concurrency strategy is the designer's
> pround idea, but i think it is a joke , next let me describe the problems:

Please try not to insult the people you're asking for help. Maybe a
little less inflamatory language. Something like "It seems that there
are some issues with concurrency" would work wonders. It's amazing
how much better a response you can get wihtout insulting everybody on
the list, eh?

Let's rewrite this assertion:
> * joke 1: insert operation would use a excluse lock on reference row by the
> foreign key . a big big big performance killer , i think this is a stupid
> design .

"problem #1: insert operation would use a excluse lock on reference row by the
foreign key . a big big big performance killer. "

Then post an example of how it affects your performance. Did you go
to the page that was pointed out to you in a previous post on how to
post effectively about pg problems and get a useful answer? If not,
please do so, and re-post your questions etc without all the insults
and hand waving.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Alvaro Herrera 2010-02-02 16:20:46 Re: the jokes for pg concurrency write performance
Previous Message Greg Stark 2010-02-02 16:08:53 Re: use pgsql in a big project, but i found pg has some big problem on concurrency write operation, maybe a joke for myself !