Re: Materialized views WIP patch

From: "Kevin Grittner" <kgrittn(at)mail(dot)com>
To: "Alvaro Herrera" <alvherre(at)2ndquadrant(dot)com>
Cc: "Pgsql Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Materialized views WIP patch
Date: 2012-11-16 15:30:06
Message-ID: 20121116153006.90180@gmx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera wrote:

> It's not clear to me that it's right to do this by doing regular heap
> updates here instead of heap_inplace_update. Also, I think this might
> end up causing a lot of pg_class tuple churn (at least for matviews that
> delete rows at xact end), which would be nice to avoid.

If we keep the flag, I will look into heap_inplace_update.

Thanks!

-Kevin

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2012-11-16 15:36:38 Re: Materialized views WIP patch
Previous Message Euler Taveira 2012-11-16 15:26:56 Re: another idea for changing global configuration settings from SQL