| From: | Michael Nolan <htfoot(at)gmail(dot)com> |
|---|---|
| To: | "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
| Subject: | Issue with refreshing materialized view from another system |
| Date: | 2026-02-26 21:59:54 |
| Message-ID: | CAOzAquKm3DzMA3bdW5obh+ZWjuFJ=y9n4Wg7d=qFfkOXf0tHoA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
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.
Could this be some kind of setting on PostgreSQL, like a memory or buffer
issue?
Mike Nolan
htfoot(at)gmail(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adrian Klaver | 2026-02-26 22:11:06 | Re: Issue with refreshing materialized view from another system |
| Previous Message | Tom Lane | 2026-02-25 22:44:43 | Re: PostgreSQL query with FULL OUTER JOIN and subquery using column of GROUP BY expression ERROR: subquery uses ungrouped column from outer query |