From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
---|---|
To: | Dilip Kumar <dilipbalaut(at)gmail(dot)com> |
Cc: | Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, YUriy Zhuravlev <u(dot)zhuravlev(at)postgrespro(dot)ru>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Move PinBuffer and UnpinBuffer to atomics |
Date: | 2016-01-19 12:14:57 |
Message-ID: | CAB7nPqTSbv6t9_C-wEtVjvmw_LppK=+i7p-iaPK1MXoTJhTzDQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, Jan 19, 2016 at 7:31 PM, Dilip Kumar wrote:
> Test2:
> pgbench -i -s 300 postgres
> pgbench -c$ -j$ -Mprepared -S postgres
>
> Client Base Pached
>
> 1 20555 19404
> 32 375919 332670
> 64 509067 440680
> 128 431346 415121
> 256 380926 379176
>
> Test3:
> pgbench -i -s 100 postgres
> pgbench -c$ -j$ -Mprepared -S postgres
>
> Client Base Pached
>
> 1 20555 19404
> 32 375919 332670
> 64 509067 440680
> 128 431346 415121
> 256 380926 379176
It seems like you did a copy-paste of the results with s=100 and
s=300. Both are showing the exact same numbers.
--
Michael
From | Date | Subject | |
---|---|---|---|
Next Message | Fabien COELHO | 2016-01-19 12:34:14 | Re: checkpointer continuous flushing |
Previous Message | Thomas Kellerer | 2016-01-19 12:07:55 | Re: Window2012R2: initdb error: "The current directory is invalid." |