0% found this document useful (0 votes)
13 views1 page

Snowflake MV

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Snowflake MV

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Create materialized view table_mv

as
select * from table

Source Table select * from


Delete a record from table
10 records table(information_schema.materialized_view_refresh_history());

Refresh table

Holds subset of data from main table

Insert data to 9 records


When data changes
materialised table
Yes

Compacted
old record count +
on column date points \
existing count
to old date

behind by
10+9 records

SHOW MATERIALIZED VIEW <VIEW NAME>

You might also like