Re: Delta Materialized View Refreshes?

Поиск
Список
Период
Сортировка
От denty
Тема Re: Delta Materialized View Refreshes?
Дата
Msg-id 1536999072410-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: Delta Materialized View Refreshes?  (Isaac Morland <isaac.morland@gmail.com>)
Ответы Re: Delta Materialized View Refreshes?  (denty <denty@QQdd.eu>)
Список pgsql-hackers
The idea of allowing a WHERE clause to be appended to REFRESH MATERIALIZED
VIEW seems useful.

It would enable those that know well the pattern of data modification in
their underlying use case to schedule delta-updates (say, from crontab).

And also it would be a useful as a foundation for more ambitious ideas. For
example, some folk can/wish to do something entirely custom that is
trigger-based. Others such as Nico's have toolkits that intend to cover
quite a lot of the automagical refresh cases (see this other thread
https://www.postgresql-archive.org/Query-Rewrite-for-Materialized-Views-FDW-Extension-td6015235.html),
and it allows the data to remain in an MVIEW to boot, rather than forcing
them to use normal tables instead. It could also be the foundation for
something much more integrated such as Corey's CONTINUOUS MATERIALIZED VIEW
concept.

So I'm certainly supportive of the idea.



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: move PartitionDispatchData definition to execPartition.c
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: when set track_commit_timestamp on, database system abort startup