24
Better support for (Materialized) Views
Source: supabase/supabase#16389 · opened by @baderdean
Nowadays NoSQL db are very widespread because they're easy to use. One of the main key advantages is the ability to retrieve a graph/tree instead of doing a lot of JOINs in SQL. But there's an easy solution in SQL: views, and especially materialized views for better performance. Yet, in Supabase, views are not very well supported:
• no realtime support :
• no incremental updates extension support:
• less supported in Studio:
If the solution you recommend is not views but rather a dedicated flat table "One Big Table" or any other solution, it should be said somewhere in the docs.
• no realtime support :
• no incremental updates extension support:
• less supported in Studio:
If the solution you recommend is not views but rather a dedicated flat table "One Big Table" or any other solution, it should be said somewhere in the docs.
No pledges yet. Be the first to back this.
Comments
Similar requests
Realtime search capability
2 votes · 0 comments
Dashboard Enhancement: Add Edit and Delete actions for Database Views
3 votes · 0 comments
Subscribing to Views (in addition to Tables)
4 votes · 0 comments
pgx-managed Postgres w/ wrappers behaved differently from locally-installed Postgres w/ wrappers
2 votes · 0 comments
Ways to organize tables and views in folders
1 vote · 0 comments
No comments yet.