Re: zheap: a new storage format for PostgreSQL

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: zheap: a new storage format for PostgreSQL
Дата
Msg-id CAPpHfdtEJEf7qbKQuLf0i2U2gyqsHnyjLMMufmx0EfTh1+DTiw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: zheap: a new storage format for PostgreSQL  (Amit Kapila <amit.kapila16@gmail.com>)
Ответы Re: zheap: a new storage format for PostgreSQL
Re: zheap: a new storage format for PostgreSQL
Re: zheap: a new storage format for PostgreSQL
Список pgsql-hackers
On Fri, Mar 2, 2018 at 1:31 PM, Amit Kapila <amit.kapila16@gmail.com> wrote:
On Fri, Mar 2, 2018 at 1:50 PM, Tsunakawa, Takayuki
<tsunakawa.takay@jp.fujitsu.com> wrote:
> From: Amit Kapila [mailto:amit.kapila16@gmail.com]
>> At EnterpriseDB, we (me and some of my colleagues) are working from more
>> than a year on the new storage format in which only the latest version of
>> the data is kept in main storage and the old versions are moved to an undo
>> log.  We call this new storage format "zheap".  To be clear, this proposal
>> is for PG-12.
>
> Wonderful!  BTW, what "z" stand for?  Ultimate?
>

There is no special meaning to 'z'.  We have discussed quite a few
names (like newheap, nheap, zheap and some more on those lines), but
zheap sounds better.  IIRC, one among Robert or Thomas has come up
with this name.

I would propose "zero-bloat heap" disambiguation of zheap.  Seems like fair enough explanation for me without need to rename :)

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company 

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: zheap: a new storage format for PostgreSQL
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: postgres_fdw: perform UPDATE/DELETE .. RETURNING on a join directly