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?

asked 2 years ago590 views
1 Answer
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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions