Обсуждение: Can you refresh a materialized view from a materialized view on another server?

Поиск
Список
Период
Сортировка

Can you refresh a materialized view from a materialized view on another server?

От
Michael Nolan
Дата:
My production server has a materialized view that is refreshed from a
mysql_fdw several times a day.

What I'd like to be able to do is refresh the materialized view on the
testbed server from the one on the production server so that they are
the same.  (Refreshing it from the MySQL server will result in one
that has records that have been added or updated rather than an exact
copy of the one on the production server.)

Mike Nolan
htfoot@gmail.com



Re: Can you refresh a materialized view from a materialized view on another server?

От
Adrian Klaver
Дата:
On 4/18/24 19:49, Michael Nolan wrote:
> My production server has a materialized view that is refreshed from a
> mysql_fdw several times a day.
> 
> What I'd like to be able to do is refresh the materialized view on the
> testbed server from the one on the production server so that they are
> the same.  (Refreshing it from the MySQL server will result in one
> that has records that have been added or updated rather than an exact
> copy of the one on the production serve
Use postgres_fdw  to connect the  test bed to the production server?

> 
> Mike Nolan
> htfoot@gmail.com
> 
> 

-- 
Adrian Klaver
adrian.klaver@aklaver.com