Re: Is zheap on track for PostgreSQL 12.0? - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Is zheap on track for PostgreSQL 12.0?
Date
Msg-id CAA4eK1+WVW=__rJYT=MpFrYkwtiKCZp610FWywWq_wgk6=MRdQ@mail.gmail.com
Whole thread Raw
In response to Is zheap on track for PostgreSQL 12.0?  (Michael Goldshteyn <mgold10000@gmail.com>)
Responses Re: Is zheap on track for PostgreSQL 12.0?  (AJG <ayden@gera.co.nz>)
List pgsql-hackers
On Fri, Feb 1, 2019 at 8:29 PM Michael Goldshteyn <mgold10000@gmail.com> wrote:
>
> I just read an article about the advantages of zheap over the heap that PostgreSQL currently uses and there were
severalposts on this list about it being more compact as well as more performant. I am hopeful that it makes it into
PostgreSQL12.0, but it is unclear what the current status of this change is. 
>
> Can one of the Postgres devs please chime in on its status for 12.0?
>

I don't think there is any chance for zheap to get into PG12.0.
However, we have made good progress by rebasing it over pluggable API
(thanks to Andres for doing the leg work for same).  We have also made
quite a few performance improvements in the last few months.  Right
now, we are doing some stress testing of the core zheap and trying to
finish the remaining things like support for logical decoding.  Also,
we are trying to make progress on the undo patches by reviewing the
code which is one of the building blocks for zheap.  I request you to
help in review/test of zheap if you want to see more progress on the
same.

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


pgsql-hackers by date:

Previous
From: David Steele
Date:
Subject: Re: initdb --allow-group-access behaviour in windows
Next
From: Peter Geoghegan
Date:
Subject: Re: Reorganize collation lookup time and place