Re: Write Ahead Logging for Hash Indexes

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>, Jesper Pedersen <jesper(dot)pedersen(at)redhat(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Write Ahead Logging for Hash Indexes
Date: 2016-12-05 07:46:38
Message-ID: CAA4eK1LmmcOy+=5w1xb1Xtmm0JjrPE2JOtQV4Z5Xmx16=BpGyw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Dec 2, 2016 at 7:07 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Thu, Dec 1, 2016 at 6:51 PM, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
>>> Of course, ideally I can
>>> also start reviewing this one in the meantime. Does that make sense
>>> to you?
>>>
>>
>> You can start reviewing some of the operations like "Create Index",
>> "Insert". However, some changes are required because of change in
>> locking strategy for Vacuum. I am planning to work on rebasing it and
>> making required changes in next week.
>
> 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.

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

Attachment Content-Type Size
wal_hash_index_v6.patch application/octet-stream 133.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kouhei Kaigai 2016-12-05 07:49:27 Re: PassDownLimitBound for ForeignScan/CustomScan [take-2]
Previous Message Michael Paquier 2016-12-05 06:26:09 Re: commitfest 2016-11 status summary