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

Support binary data types

    XMLWordPrintable

Details

    • New Feature
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • None
    • Icebox
    • None
    • None
    • Server version: 10.5.5-MariaDB MariaDB Server
      Columnstore: 1.5.4-1

    Description

      At present Columnstore doesn't support binary data types like BINARY, VARBINARY.

      CREATE TABLE t_binary(col BINARY) ENGINE=Columnstore;
      ERROR 1178 (42000): The storage engine for the table doesn't support The syntax or the data type(s) is not supported by Columnstore.

      CREATE TABLE t_varbinary(col VARBINARY(5)) ENGINE=Columnstore;
      ERROR 1178 (42000): The storage engine for the table doesn't support Varbinary is currently not supported by Columnstore.

      Like Innodb we should support the above data types.

      Attachments

        Activity

          People

            maxmether Max Mether
            susil.behera susil.behera
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.