Re: Unlogged materialized views - Mailing list pgsql-hackers

From Zsolt Parragi
Subject Re: Unlogged materialized views
Date
Msg-id CAN4CZFOLPsqmDoyU_BX8==Qx4_cvF5c4CZb-K3aUn2OESdDCjw@mail.gmail.com
Whole thread
In response to Unlogged materialized views  (Zsolt Parragi <zsolt.parragi@percona.com>)
List pgsql-hackers
Thank you for the feedback and suggestions!

I rebased again; the patch no longer increments the
controlfile/catalog version to make conflicts less likely.

I included the changes from 0004, and added a few other minor changes/fixes.

I also found another issue while testing replication scenarios. To fix
that, the counter is now based on the LSN, not the timeline, this is
the most significant change compared to v3.

Another open question I want to point out is that I found a pg_dump
failure with --no-unlogged-table-data. For now I chose the option
where this flag doesn't affect materialized views, as they are not
tables, but I am not sure if this is the proper solution.

Attachment

pgsql-hackers by date:

Previous
From: Bernd Reiß
Date:
Subject: Re: [Patch] New pg_stat_tablespace view
Next
From: Sami Imseih
Date:
Subject: Re: Add REPACK progress phases for logical decoding setup