Re: Feature: temporary materialized views

From: David Steele <david(at)pgmasters(dot)net>
To: Mitar <mmitar(at)gmail(dot)com>, Andreas Karlsson <andreas(at)proxel(dot)se>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Feature: temporary materialized views
Date: 2019-03-15 09:51:04
Message-ID: 42296f97-e6af-da61-85d7-86ef67a147ab@pgmasters.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 3/15/19 3:19 AM, Mitar wrote:
>
> On Thu, Mar 14, 2019 at 7:56 AM Andreas Karlsson <andreas(at)proxel(dot)se> wrote:
>> Yeah, your patch is sadly stuck behind the refactoring, and the
>> refactoring proved to be harder to do than I initially thought. The
>> different code paths for executing CREATE MATERIALIZED VIEW are so
>> different that it is hard to find a good common interface.
>>
>> So there is unfortunately little you can do here other than wait for me
>> or someone else to do the refactoring as I cannot see your patch getting
>> accepted without keeping the existing restrictions on side effects for
>> CREATE MATERIALIZED VIEW.
>
> Sounds good. I will wait.

This patch has been marked as Returned with Feedback since it is not
clear when the refactoring it depends on will be done.

You can submit to a future commitfest when you are able to produce a new
patch.

Regards,
--
-David
david(at)pgmasters(dot)net

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2019-03-15 09:55:34 Re: WIP: Avoid creation of the free space map for small tables
Previous Message David Steele 2019-03-15 09:46:39 Re: Feature: triggers on materialized views