▲ | 4ndrewl 9 days ago | ||||||||||||||||||||||||||||||||||
Just landed here to write this. Materialized Views are _very_ implementation specific and are definitely _not_ magic. It's important to understand how your implementation works before committing to it. | |||||||||||||||||||||||||||||||||||
▲ | shivasaxena 9 days ago | parent [-] | ||||||||||||||||||||||||||||||||||
Curious if anyone know any implementation where they would be automatically updated? Now that would be awesome! EDIT: come to think of it, it would require going through CDC stream, and figuring out if any of the tables affected are a dependency of given materialized view. Maybe with some ast parsing as well to handle tenants/partitions. Sounds like it can work? | |||||||||||||||||||||||||||||||||||
|