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

Materialized views, PostgreSQL style

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Duplicate
    • N/A
    • 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:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 15d
                  15d
                  Remaining:
                  0d
                  Logged:
                  Time Not Required
                  Not Specified

                  Git Integration

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