Skip to content

support crossdb query #19631

Closed
Closed
@st1page

Description

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions