Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-4230

Insert on VIEW is currently not supported

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Won't Do
    • None
    • Icebox
    • DMLProc
    • None
    • Server version: 10.5.5-MariaDB MariaDB Server
      Columnstore: 1.5.4-1

    Description

      Like other storage engines Columnstore should also support INSERT on views.

      CREATE TABLE t1 (x INT)ENGINE=Columnstore;
      INSERT INTO t1 VALUES (5), (8), (10), (20), (30);
      CREATE VIEW v1 AS SELECT x FROM t1 where x>10;
      INSERT INTO v1 VALUES(1);
      ERROR 1178 (42000): The storage engine for the table doesn't support IDB-1011: Insert on VIEW is currently not supported.

      Attachments

        Activity

          People

            toddstoffel Todd Stoffel (Inactive)
            susil.behera susil.behera
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

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