Relative Content

Tag Archive for amazon-web-servicesamazon-redshift

can’tdelete schema in redshift

I have a schema in Redshift with over 12,000 tables. I want to drop the schema, but the operation isn’t completing due to the large number of tables. I can’t even execute a SELECT query, and there’s no permission error; it’s just that the sheer volume of tables is causing issues. How can I resolve this?

AWS Redshift auto_mv parameter is enabled, but there are no materialized views

I work with a Redshift cluster that receives a lot of routine queries that could be turned into materialized views. I thought enabling auto_mv = true would create materialized views of these queries, but it turns out that this parameter is enabled by default and as such was already enabled on my cluster. How can one enforce the creation of auto-matviews? Is there a requirement of a certain percentage of resources not be used to initiate this process?

AWS Redshift auto_mv parameter is enabled, but there are no materialized views

I work with a Redshift cluster that receives a lot of routine queries that could be turned into materialized views. I thought enabling auto_mv = true would create materialized views of these queries, but it turns out that this parameter is enabled by default and as such was already enabled on my cluster. How can one enforce the creation of auto-matviews? Is there a requirement of a certain percentage of resources not be used to initiate this process?