Re: GSoC - proposal - Materialized Views in PostgreSQL

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: GSoC - proposal - Materialized Views in PostgreSQL
Дата
Msg-id 4BC079ED.1070906@dunslane.net
обсуждение исходный текст
Ответ на Re: GSoC - proposal - Materialized Views in PostgreSQL  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: GSoC - proposal - Materialized Views in PostgreSQL
Список pgsql-hackers

Heikki Linnakangas wrote:
>
> 1. Keep the materialized view up-to-date when the base tables change.
> This can be further divided into many steps, you can begin by supporting
> automatic updates only on very simple views with e.g a single table and
> a where clause. Then extend that to support joins, aggregates,
> subqueries etc. Keeping it really limited, you could even require the
> user to write the required triggers himself.
>
>   

That last bit doesn't strike me as much of an advance. Isn't the whole 
point of this to automate it? Creating greedy materialized views is 
usually not terribly difficult now, but you do have to write the triggers.

The other thing that could be interesting about this would be some 
scheme for lazy refresh that didn't involve re-extracting the whole data 
set.

cheers

andrew


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: master in standby mode croaks
Следующее
От: Robert Haas
Дата:
Сообщение: Re: GSoC - proposal - Materialized Views in PostgreSQL