Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 02:06 AM
I want to create a persistent view on a recursive cte. Is something like that just not possible?
As far as i understand:
You need to use pyspark to be able to do a recursive cte.
BUT
You need to use Spark SQL to create a persistent view.
Is there any workaround for this? The reason i want to do this is that my data gets updated frequently. My users want to look at the data in a way that requires a recursive cte but they will not access the majority of it frequently, meaning it would be a waste of resources to persist the information in a physical table.