Re: Performance of views

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Performance of views
Дата
Msg-id dcc563d10811021854x33d24acevacebb74ebdd27396@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Performance of views  (Martin Gainty <mgainty@hotmail.com>)
Список pgsql-general
On Sun, Nov 2, 2008 at 7:40 PM, Martin Gainty <mgainty@hotmail.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.

В списке pgsql-general по дате отправления:

Предыдущее
От: Martin Gainty
Дата:
Сообщение: Re: Performance of views
Следующее
От: Mike Hall
Дата:
Сообщение: Date data type