Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions
Date: 2020-01-10 21:37:07
Message-ID: 20200110213707.GA30403@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2020-Jan-10, Alvaro Herrera wrote:

> Here's a rebase of this patch series. I didn't change anything except

... this time with attachments ...

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
v6-0001-Immediately-WAL-log-assignments.patch text/x-diff 10.4 KB
v6-0002-Issue-individual-invalidations-with-wal_level-log.patch text/x-diff 16.3 KB
v6-0003-Extend-the-output-plugin-API-with-stream-methods.patch text/x-diff 34.8 KB
v6-0004-Gracefully-handle-concurrent-aborts-of-uncommitte.patch text/x-diff 13.0 KB
v6-0005-Implement-streaming-mode-in-ReorderBuffer.patch text/x-diff 37.0 KB
v6-0006-Fix-speculative-insert-bug.patch text/x-diff 2.5 KB
v6-0007-Support-logical_decoding_work_mem-set-from-create.patch text/x-diff 13.1 KB
v6-0008-Add-support-for-streaming-to-built-in-replication.patch text/x-diff 91.3 KB
v6-0009-Track-statistics-for-streaming.patch text/x-diff 11.7 KB
v6-0010-Enable-streaming-for-all-subscription-TAP-tests.patch text/x-diff 14.8 KB
v6-0011-BUGFIX-set-final_lsn-for-subxacts-before-cleanup.patch text/x-diff 1018 bytes
v6-0012-Add-TAP-test-for-streaming-vs.-DDL.patch text/x-diff 4.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-01-10 22:53:10 Re: Removing pg_pltemplate and creating "trustable" extensions
Previous Message Peter Geoghegan 2020-01-10 21:36:00 Re: [HACKERS] [WIP] Effective storage of duplicates in B-tree index.