Are redshift auto materialized views schema bound?

0

I can’t create a user defined materialized view with no schema binding, and since my etl process involves automatically recreating tables when the source ddl has changed, that means I can’t use user defined materialized views. How do auto materialized views that just became generally available last month get around this restriction?

已提问 2 年前621 查看次数
1 回答
0

In this scenario Redshift will not be able to really create auto MV's for the part where tables are being dropped and recreated. But further down the line, after ETL has completed, if you have subsequent user queries which are more or less of repeatable nature then Redshift will be able to leverage this feature and create some auto MV's that will boost user query performance.

profile pictureAWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则