Open domingozhang opened 2 years ago
Why do you want the user to perceive the materialized view. create view is not good?
user wants to create materialized view -- it means user is willing to pay for maintenance to get better performance.
Implement this in streaming project: https://github.com/orgs/matrixorigin/projects/17
Is there an existing issue for the same feature request?
Is your feature request related to a problem?
No response
Describe the feature you'd like
CREATE MATERIALIZED VIEW [ IF NOT EXISTS ] view_name [ (column_name [, ...] ) ] [ USING method ] AS query [ WITH [ NO ] DATA
DROP [ IF EXISTS ] MATERIALIZED VIEW view_name
REFRESH MATERIALIZED VIEW [ CONCURRENTLY ] view_name [ WITH [ NO ] DATA ]
Feature list:
Describe implementation you've considered
No response
Documentation, Adoption, Use Case, Migration Strategy
No response
Additional information
No response