Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-32054

Materialized views, PostgreSQL style

    XMLWordPrintable

Details

    • New Feature
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • None
    • Views
    • None

    Description

      The task is to create materialized views similar to PostgreSQL.

      CREATE MATERIALIZED VIEW table_name
      [ (column_name [, ...] ) ]
      AS query
      [ WITH [ NO ] DATA ]
      

      The view will create an internal table that is filled when the table is created and updated when
      REFRESH MATERIALIZED VIEW is executed.

      See https://www.postgresql.org/docs/current/sql-creatematerializedview.html for details

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              monty Michael Widenius
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.