Re: Speedup twophase transactions
Simon Riggs <simon@2ndquadrant.com>
From: Simon Riggs <simon@2ndQuadrant.com>
To: Stas Kelvich <s.kelvich@postgrespro.ru>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2016-01-09T15:29:11Z
Lists: pgsql-hackers
Attachments
- 2pc_optimize.v2.patch (application/octet-stream) patch v2
On 9 January 2016 at 12:26, Stas Kelvich <s.kelvich@postgrespro.ru> wrote: > I’ve updated patch and wrote description of thighs that happens > with 2PC state data in the beginning of the file. I think now this patch > is well documented, > but if somebody points me to places that probably requires more detailed > description I’m ready > to extend that. > Hmm, I was just preparing this for commit. Please have a look at my mild edits and extended comments. -- Simon Riggs http://www.2ndQuadrant.com/ <http://www.2ndquadrant.com/> PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Speedup 2PC recovery by skipping two phase state files in normal path
- 728bd991c3c4 10.0 landed
-
Add tests for two-phase commit
- 30820982b295 10.0 landed
-
Improve grammar of message about two-phase state files.
- 38c363adf497 10.0 landed
-
Speedup 2PC by skipping two phase state files in normal path
- 978b2f65aa12 9.6.0 cited