โ06-29-2023 09:17 AM
From the DLT documentation it seems that the LIVE TABLE is conceptually the same as MATERIALIZED VIEW. When should I use one over another?
โ12-10-2024 12:40 AM - edited โ12-10-2024 12:41 AM
I repost my response here again:
to create materialized views, you could use CREATE OR REFRESH LIVE TABLE
however according to the official docs:
The CREATE OR REFRESH LIVE TABLE
syntax to create a materialized view is deprecated. Instead, use CREATE OR REFRESH MATERIALIZED VIEW
.
As you can, it's changed so folks won't get confused about the namings.
Let me know if this helps
โ07-12-2023 03:03 AM
Hi @igorstar
We haven't heard from you since the last response from @Mo , and I was checking back to see if her suggestions helped you.
Or else, If you have any solution, please share it with the community, as it can be helpful to others.
Also, Please don't forget to click on the "Select As Best" button whenever the information provided helps resolve your question.
โ12-02-2024 02:28 AM - edited โ12-02-2024 02:29 AM
I cant see the reply from @Mo, Has it been deleted or Am I missing something here?
โ12-10-2024 12:40 AM - edited โ12-10-2024 12:41 AM
I repost my response here again:
to create materialized views, you could use CREATE OR REFRESH LIVE TABLE
however according to the official docs:
The CREATE OR REFRESH LIVE TABLE
syntax to create a materialized view is deprecated. Instead, use CREATE OR REFRESH MATERIALIZED VIEW
.
As you can, it's changed so folks won't get confused about the namings.
Let me know if this helps
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!
Sign Up Now