Re: Issue with refreshing materialized view from another system - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Issue with refreshing materialized view from another system
Date
Msg-id 7f97d4a8-1f3f-47b1-8c42-5e0b8c46d467@aklaver.com
Whole thread Raw
In response to Issue with refreshing materialized view from another system  (Michael Nolan <htfoot@gmail.com>)
Responses Re: Issue with refreshing materialized view from another system
List pgsql-general
On 2/26/26 1:59 PM, Michael Nolan wrote:
> We have a connection from a PostgreSQL server to a MySQL server which is 
> used to update a materialized view on the PostgreSQL server from tables 
> on the MySQL server (running CIVI-CRM, which may not be relevant.)
> 
> We are trying to move the PostgreSQL server to a new cloud server.
> 
> On the current production system, all the materialized views work, but 
> the biggest of them can take about an hour.
> 
> On the new system, the smallest of the materialized views works, but the 
> larger ones all seem to time out.

"... move the PostgreSQL server to a new cloud server", where is that 
relative to the MySQL server compared to old Postgres server?

> 
> Could this be some kind of setting on PostgreSQL, like a memory or 
> buffer issue?
> 
> Mike Nolan
> htfoot@gmail.com <mailto:htfoot@gmail.com>


-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: Michael Nolan
Date:
Subject: Issue with refreshing materialized view from another system
Next
From: Michael Nolan
Date:
Subject: Re: Issue with refreshing materialized view from another system