Re: Delay locking partitions during INSERT and UPDATE
John Naylor <john.naylor@2ndquadrant.com>
From: John Naylor <john.naylor@2ndquadrant.com>
To: David Rowley <david.rowley@2ndquadrant.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-01-24T00:37:56Z
Lists: pgsql-hackers
On Tue, Jan 22, 2019 at 4:31 PM David Rowley <david.rowley@2ndquadrant.com> wrote: > Thanks. I've attached a rebased version. Hmm, now instead of an 85x speedup over master in the 10k partition case, I only get 20x. Anyone else see this? -- John Naylor https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Delay lock acquisition for partitions until we route a tuple to them.
- 9eefba181f77 12.0 landed