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
已提問 9 個月前檢視次數 202 次
1 個回答
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
已回答 5 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南