Closed
Description
- support ad-hoc query
after we will support the frontend part, which mainly is in binder and
SELECT * FROM db1.schema.t join db2.schema.t;
- support steaming
The db.schema.t's changes need to be read from the log store and achieve isolation
CREATE materialized view mv as SELECT * FROM schema.t join db.schema.t;
Metadata
Metadata
Assignees
Labels
No labels