Re: Wait free LW_SHARED acquisition - v0.9 - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Wait free LW_SHARED acquisition - v0.9
Date
Msg-id CAA4eK1J0Hyhs8mCPx02w_HJxO=4Z2V-E2GDwD7v4DNZPowj_1Q@mail.gmail.com
Whole thread Raw
In response to Re: Wait free LW_SHARED acquisition - v0.9  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: Wait free LW_SHARED acquisition - v0.9
List pgsql-hackers
On Tue, Oct 14, 2014 at 11:34 AM, Amit Kapila <amit.kapila16@gmail.com> wrote:
>
>
> I am not sure why we are seeing difference even though running
> on same m/c with same configuration. 

I have tried many times, but I could not get the numbers you have
posted above with HEAD, however now trying with the latest version
[1] posted by you, everything seems to be fine at this workload.
The data at higher client count is as below:

HEAD – commit 494affb

Shared_buffers=8GB; Scale Factor = 3000

Client Count/No. Of Runs (tps)64128
Run-1271799247777
Run-2274341245207
Run-3275019252258






HEAD – commit 494affb + wait free lw_shared_v2

Shared_buffers=8GB; Scale Factor = 3000

Client Count/No. Of Runs (tps)64128
Run-1286209274922
Run-2289101274495
Run-3289639273633
 
So I am planning to proceed further with the review/test of your
latest patch.

According to me, below things are left from myside:
a. do some basic tpc-b tests with patch
b. re-review latest version posted by you  

I know that you have posted optimization into StrategyGetBuffer() in
this thread, however I feel we can evaluate it separately unless you
are of opinion that both the patches should go together.

[1]


With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [PATCH] add ssl_protocols configuration option
Next
From: Stephen Frost
Date:
Subject: Re: CREATE POLICY and RETURNING