Re: [GENERAL] Any work being done on materialized view?

2016-12-03 Thread Melvin Davidson
What exactly are the features you are looking for? Materialized views are treated as tables in PostgreSQL and you can create indexes on them. https://www.postgresql.org/docs/9.4/static/sql-creatematerializedview.html "CREATE MATERIALIZED VIEW is *similar to **CREATE TABLE* AS, except that it

[GENERAL] Any work being done on materialized view?

2016-12-03 Thread inspector morse
Is there any work being done on materialized views for version 9.7? This postgresql feature is severely lacking compared to similar features like indexed views by sql server.