Re: Logical decoding fast-forward and slot advance

2018-01-18 Thread Simon Riggs
On 14 January 2018 at 23:15, Petr Jelinek wrote: > Updated version attached. Applied, thanks -- Simon Riggshttp://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Re: Logical decoding fast-forward and slot advance

2018-01-14 Thread Petr Jelinek
On 08/01/18 08:02, Simon Riggs wrote: > On 31 December 2017 at 10:44, Petr Jelinek > wrote: > >> Attached is patch which adds ability to do fast-forwarding while >> decoding. That means wal is consumed as fast as possible and changes are >> not given to output

Re: Logical decoding fast-forward and slot advance

2018-01-07 Thread Simon Riggs
On 31 December 2017 at 10:44, Petr Jelinek wrote: > Attached is patch which adds ability to do fast-forwarding while > decoding. That means wal is consumed as fast as possible and changes are > not given to output plugin for sending. The implementation is less >

Re: Logical decoding fast-forward and slot advance

2017-12-31 Thread Magnus Hagander
Hi! Excellent! Just a quick note on my stab at it - it was physical only, which is more limited than this of course. My plan was to clean it up based on feedback in the next couple of days for the Jan cf, but with this submission in i think the effort is better directed there. I'll keep mine

Logical decoding fast-forward and slot advance

2017-12-31 Thread Petr Jelinek
Hi, Attached is patch which adds ability to do fast-forwarding while decoding. That means wal is consumed as fast as possible and changes are not given to output plugin for sending. The implementation is less invasive than I originally though it would be. Most of it is just additional filter