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

Hybrid storage to hand Innodb table processing over to Columnstore

    XMLWordPrintable

Details

    Description

      According with the discussion @Helsinki server team agreed to help MCS team and implement a hybrid engine to enable MCS runtime to execute queries over Innodb data. Plz find the engine use case example below:

      create table if not exists table (
      a bigint primary key,
      name varchar(128) charset utf8,
      key name (name(32))
      ) engine=QueryAccelerator
       
      set qa_enable_pushdown_to_mcs=1 should be disabled by default.
       
      select * from f;
      

      Attachments

        Issue Links

          Activity

            People

              serg Sergei Golubchik
              drrtuy Roman
              Votes:
              0 Vote for this issue
              Watchers:
              5 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.