Re: Write Ahead Logging for Hash Indexes
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Jeff Janes <jeff.janes@gmail.com>,
Jesper Pedersen <jesper.pedersen@redhat.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2016-12-27T06:58:25Z
Lists: pgsql-hackers
Attachments
- wal_hash_index_v7.patch (application/octet-stream) patch v7
On Fri, Dec 23, 2016 at 6:40 AM, Amit Kapila <amit.kapila16@gmail.com> wrote: > On Thu, Dec 22, 2016 at 9:56 PM, Robert Haas <robertmhaas@gmail.com> wrote: >> On Mon, Dec 5, 2016 at 2:46 AM, Amit Kapila <amit.kapila16@gmail.com> wrote: >>>> I'll review after that, since I have other things to review meanwhile. >>> >>> Attached, please find the rebased patch attached with this e-mail. >>> There is no fundamental change in patch except for adapting the new >>> locking strategy in squeeze operation. I have done the sanity testing >>> of the patch with master-standby setup and Kuntal has helped me to >>> verify it with his wal-consistency checker patch. >> >> This patch again needs a rebase, >> > > I had completed it yesterday night and kept it for night long tests to > check the sanity of the patch, but I guess now I need another rebase. > After recent commit's 7819ba1e and 25216c98, this patch requires a rebase. Attached is the rebased patch. -- With Regards, Amit Kapila. EnterpriseDB: http://www.enterprisedb.com
Commits
-
Add a regression test for snapshot too old with hash indexes.
- 42bdaebf1618 10.0 landed
-
hash: Add write-ahead logging support.
- c11453ce0aea 10.0 landed
-
Improve coding in _hash_addovflpage.
- e898437460f5 10.0 cited
-
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
- 25216c989384 10.0 cited
-
Improve hash index bucket split behavior.
- 6d46f4783efe 10.0 cited