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

Implement multiple-table UPDATE feature.

    XMLWordPrintable

Details

    Description

      CS as of 1.4.2 doesn't support multiple-table UPDATE feature.
      Given that now CS has a number of requirements imposed by JOIN-s we can only support multiple-table UPDATE-s that satisfy this requirements.
      Here are the current limitations:

      • CS can execute only equi-JOIN operations
      • It can't have a circular graph of JOIN keys(the workaround is to use functional JOIN keys)
        Consider the example of multiple-tables UPDATE-s CS could support:

        UPDATE tab1, tab2 SET tab1.column1 = value1, tab1.column2 = value2 WHERE tab1.id = tab2.id;
        

      Attachments

        Issue Links

          Activity

            People

              drrtuy Roman
              drrtuy Roman
              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.