Skip to content

A feature to switch between normal materialized view and IMMV #79

Description

@yugo-n

This feature can keep frozen data available in the materialized view during heavy operations on source tables.

Syntax ideas:

ALTER MATERIALIZED VIEW [ IF EXISTS ] name
    SET { NOINCREMENTAL }
or
    SET { NOINCREMENTAL | INCREMENTAL | INCREMENTAL CONCURRENTLY  }
 ALTER MATERIALIZED VIEW ... SET {WITH | WITHOUT} INCREMENTAL REFRESH

or others. Maybe it is better to use REFRESH. We will need more discussions.

Suggested by PAscal
https://www.postgresql.org/message-id/1581458652080-0.post%40n3.nabble.com

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions