Re: [HACKERS] Block level parallel vacuum WIP

2016-08-23 Thread Васильев Дмитрий
I repeat your test on ProLiant DL580 Gen9 with Xeon E7-8890 v3. pgbench -s 100 and command vacuum pgbench_acounts after 10_000 transactions: with: alter system set vacuum_cost_delay to DEFAULT; parallel_vacuum_workers | time 1 | 138.703,263 ms 2 |

Re: [HACKERS] Relation cache invalidation on replica

2016-02-26 Thread Васильев Дмитрий
26, 2016 at 3:41 PM, Васильев Дмитрий < > d.vasil...@postgrespro.ru> wrote: > >> Session opened on replica doesn't see concurrently created indexes at >> this time on master. >> > > As I get, on standby index is visible when you run SQL queries on catalog >

[HACKERS] Relation cache invalidation on replica

2016-02-26 Thread Васильев Дмитрий
Session opened on replica doesn't see concurrently created indexes at this time on master. We have master and replica: 1. master: pgbench -i -s 10 2. replica: explain (analyze,verbose) select * from pgbench_accounts where abalance = 1; 3. master: ALTER INDEX pgbench_accounts_abalance_idx

[HACKERS] Performance degradation in commit ac1d794

2015-12-25 Thread Васильев Дмитрий
Hello hackers! I suddenly found commit ac1d794 gives up to 3 times performance degradation. I tried to run pgbench -s 1000 -j 48 -c 48 -S -M prepared on 70 CPU-core machine: commit ac1d794 gives me 363,474 tps and previous commit a05dc4d gives me 956,146 and master( 3d0c50f ) with revert ac1d794

Re: [HACKERS] Performance degradation in commit ac1d794

2015-12-25 Thread Васильев Дмитрий
2015-12-25 20:18 GMT+03:00 Andres Freund <and...@anarazel.de>: > On December 25, 2015 6:08:15 PM GMT+01:00, "Васильев Дмитрий" < > d.vasil...@postgrespro.ru> wrote: > >Hello hackers! > > > >I suddenly found commit ac1d794 gives up to 3 times per

Re: [HACKERS] Performance degradation in commit ac1d794

2015-12-25 Thread Васильев Дмитрий
​ 2015-12-25 20:44 GMT+03:00 Andres Freund <and...@anarazel.de>: > On December 25, 2015 6:27:06 PM GMT+01:00, "Васильев Дмитрий" > >>​If so, could you provide a hierarchical before/after profile? > > > >​Performance |

Re: [HACKERS] Performance degradation in commit ac1d794

2015-12-25 Thread Васильев Дмитрий
2015-12-25 20:27 GMT+03:00 Васильев Дмитрий <d.vasil...@postgrespro.ru>: > > 2015-12-25 20:18 GMT+03:00 Andres Freund <and...@anarazel.de>: > >> On December 25, 2015 6:08:15 PM GMT+01:00, "Васильев Дмитрий" < >> d.vasil...@postgrespro.ru> wrote: &g

Re: [HACKERS] Performance degradation in commit ac1d794

2015-12-25 Thread Васильев Дмитрий
​ 2015-12-25 21:28 GMT+03:00 Tom Lane : > Andres Freund writes: > > On December 25, 2015 7:10:23 PM GMT+01:00, Tom Lane > wrote: > >> Seems like what you've got here is a kernel bug. > > > I wouldn't go as far as calling it a kernel

Re: [HACKERS] Performance degradation in commit ac1d794

2015-12-25 Thread Васильев Дмитрий
​ 2015-12-25 22:42 GMT+03:00 Васильев Дмитрий <d.vasil...@postgrespro.ru>: > > > ​ > 2015-12-25 21:28 GMT+03:00 Tom Lane <t...@sss.pgh.pa.us>: > >> Andres Freund <and...@anarazel.de> writes: >> > On December 25, 2015 7:10:23 PM GMT+01:00, Tom Lane