Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
The task is to create materialized views similar to PostgreSQL.
CREATE MATERIALIZED VIEW table_name
|
[ (column_name [, ...] ) ]
|
AS query
|
[ WITH [ NO ] DATA ]
|
The view will create an internal table that is filled when the table is created and updated when
REFRESH MATERIALIZED VIEW is executed.
See https://www.postgresql.org/docs/current/sql-creatematerializedview.html for details
Attachments
Issue Links
- relates to
-
MDEV-12163 Support for Materialized Views
- Open
-
MDEV-32053 New features requested by customer on 2023-08-28
- Open