Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints

From: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints
Date: 2021-10-04 09:21:22
Message-ID: CAFiTN-ukP5Kedat2vG3isnL26hefKb=dcWx58f1Dubu4vnsNeQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Sep 27, 2021 at 12:23 PM Dilip Kumar <dilipbalaut(at)gmail(dot)com> wrote:
>
>
> Open question:
> - Scan pg_class vs scan directories
> - Whether to retain the old created database mechanism as option or not.

I have done some code improvement in 0001 and 0002.

--
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com

Attachment Content-Type Size
v4-0001-Refactor-relmap-load-and-relmap-write-functions.patch text/x-patch 7.9 KB
v4-0003-Refactor-index_copy_data.patch text/x-patch 4.7 KB
v4-0004-Extend-bufmgr-interfaces.patch text/x-patch 4.4 KB
v4-0005-New-interface-to-lock-relation-id.patch text/x-patch 2.2 KB
v4-0002-Extend-relmap-interfaces.patch text/x-patch 8.3 KB
v4-0006-WAL-logged-CREATE-DATABASE.patch text/x-patch 31.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-10-04 09:49:36 Re: Better context for "TAP tests not enabled" error message
Previous Message Alexander Lakhin 2021-10-04 09:00:01 Re: BUG #17212: pg_amcheck fails on checking temporary relations