Possible bug with Materialized View refreshes in Redshift

0

Hi,

We are experiencing a bug where materialized views are pulling in 'old' data that does not match the query syntax after refreshing on a schedule for ~4 months.

Context

We have a set of materialized views that pull the data from the past 24 hours from a subset of our data in Redshift.

A part of the materialized view specifies to only pull data from the past 24 hours, which means that when the view refreshes, it needs to recompute from scratch instead of incrementally update.

Here is the syntax for our where statement (this is the same in all the MV's)

where sl.interval_start >= current_timestamp - ' 24 hour':: interval

We noticed recently that some of these materialized views were taking much longer to refresh than normally and had records from over 3 months ago. We dropped the MVs and rebuilt them with the same script & they appear to be working well now, but reporting this in case AWS folks know of a persisting issue.

nacho
gefragt vor 9 Monaten202 Aufrufe
1 Antwort
0

Firstly thats for using this platform for sharing your findings. This can help others if they face a similar issue.

I request you to open a support ticket to have this investigated and root cause determined.

profile pictureAWS
beantwortet vor 5 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen