[MCOL-4241] Support binary data types Created: 2020-08-10  Updated: 2023-12-15

Status: Open
Project: MariaDB ColumnStore
Component/s: None
Affects Version/s: None
Fix Version/s: Icebox

Type: New Feature Priority: Major
Reporter: susil.behera Assignee: Max Mether
Resolution: Unresolved Votes: 0
Labels: None
Environment:

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.


Generated at Thu Feb 08 02:48:52 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.