Skip to content

Support materialized tables / rerunnable tables #186

@shantstepanian

Description

@shantstepanian

e.g. for db2

CREATE TABLE MaterializedTable as (

    SELECT  mydata
    FROM    mytable
    WHERE   mycolumn = 123

)
data initially deferred refresh deferred
GO

Syntax exists for Oracle as well. Worth testing that out alongside DATABASE LINK

And support custom modify sqls after:

refresh table .

CALL ADMIN_CMD('RUNSTATS ON TABLE . WITH DISTRIBUTION AND DETAILED INDEXES ALL')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions