Re: Incremental refresh of materialized view - Patch

Поиск
Список
Период
Сортировка
От hari.prasath
Тема Re: Incremental refresh of materialized view - Patch
Дата
Msg-id 154a468f2fc.dd8db7be6377.3552000503324859627@zohocorp.com
обсуждение исходный текст
Ответ на Incremental refresh of materialized view - Patch  ("hari.prasath" <hari.prasath@zohocorp.com>)
Список pgsql-hackers
Hi all
      I am building a patch to refresh materialized view incrementally from the change set decoded by using logical decoding from WAL.
      
      As of now i can able to generate the changes that has to be updated in the materialized view but the thing was it not possible to do any DML operations on MATVIEWS. 

      Only from the concurrent refresh of matviews the DML operations are allowed.
      
      However if the same methods in matview.c OpenMatViewIncrementalMaintenance & CloseMatViewIncrementalMaintenance are mad extern its possible to do DML from the patches like i am building now.

      Is there any other way of doing DML operations on materialized views from patch.?
      
      <correct me if i am wrong>




cheers
- Harry


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

Предыдущее
От: Sridhar N Bamandlapally
Дата:
Сообщение: Re: NULL concatenation
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: silent data loss with ext4 / all current versions