From: | "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com> |
---|---|
To: | "Martin Gainty" <mgainty(at)hotmail(dot)com> |
Cc: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Simon Windsor" <simon(dot)windsor(at)cornfield(dot)me(dot)uk>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Performance of views |
Date: | 2008-11-03 02:54:30 |
Message-ID: | dcc563d10811021854x33d24acevacebb74ebdd27396@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Sun, Nov 2, 2008 at 7:40 PM, Martin Gainty <mgainty(at)hotmail(dot)com> wrote:
> does anyone know if postgres support 'refresh' of applicable index(es) of a
> materialized view on refresh?
Postgresql has no built in support for materialized views. If you
follow the excellent tutorial on how to make your own, you window up
creating real tables to hold the data, and any indexes you create on
those tables will be dynamically updated when the materialized view is
updated.
From | Date | Subject | |
---|---|---|---|
Next Message | Mike Hall | 2008-11-03 06:33:33 | Date data type |
Previous Message | Martin Gainty | 2008-11-03 02:40:45 | Re: Performance of views |