Re: Write Ahead Logging for Hash Indexes

From: Jesper Pedersen <jesper(dot)pedersen(at)redhat(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Write Ahead Logging for Hash Indexes
Date: 2016-09-20 18:34:27
Message-ID: 4a0f84d3-1681-74f2-cc20-df7f1eab8491@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 09/16/2016 02:42 AM, Amit Kapila wrote:
> Okay, Thanks for pointing out the same. I have fixed it. Apart from
> that, I have changed _hash_alloc_buckets() to initialize the page
> instead of making it completely Zero because of problems discussed in
> another related thread [1]. I have also updated README.
>

Thanks.

This needs a rebase against the CHI v8 [1] patch.

[1]
https://www.postgresql.org/message-id/CAA4eK1+X=8sUd1UCZDZnE3D9CGi9kw+kjxp2Tnw7SX5w8pLBNw@mail.gmail.com

Best regards,
Jesper

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Claudio Freire 2016-09-20 18:34:29 Re: Tuplesort merge pre-reading
Previous Message Jesper Pedersen 2016-09-20 18:29:38 Re: pageinspect: Hash index support