Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2023 09:52 PM
Hi,
I was wondering that what are differences between Materialized view and Streaming table? which one should I use when I extract data from bronze table to silver table since I found that both CREATE LIVE TABLE and CREATE STREAMING LIVE TABLE could achieve the goal and keep the data up-to-date when I set the pipeline mode to continuous?
for my project:
- I first created streaming live table to ingest events into bronze tables
- I want to create some silver layer tables which derived from bronze tables and do some transformation.
My questions are:
- Since delta live table Materialized view support incremental maintenance and update, is it better to always use CREATE LIVE TABLE in silver layer?
- Are there any differences between STREAMING TABLE and Materialized view ?
Thanks a lot.
Labels: