R: [GENERAL] Partitioned "views"

Поиск
Список
Период
Сортировка
От Job
Тема R: [GENERAL] Partitioned "views"
Дата
Msg-id 88EF58F000EC4B4684700C2AA3A73D7A08054EACC430@W2008DC01.ColliniConsulting.lan
обсуждение исходный текст
Ответ на [GENERAL] Partitioned "views"  (Job <Job@colliniconsulting.it>)
Ответы Re: R: [GENERAL] Partitioned "views"
Список pgsql-general
Hi Stephen.

>>The mat view takes longer and longer to update because it runs the full query.  What you really want to do is have a
side-tablethat you update regularly with appropriate SQL to issue UPDATE statements for just the current day (or
whatever).

If correct, i leave only last datas into "side-table" and syncronize only these datas in the materialized view.
If i delete datas from the side-table (ex- truncate) during the next materialized view update they will be lost or
remainintact? 

Thank you
Francesco


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: [GENERAL] Partitioned "views"
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: R: [GENERAL] Partitioned "views"