[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 |
||
| Description |
|
At present Columnstore doesn't support binary data types like BINARY, VARBINARY. CREATE TABLE t_binary(col BINARY) ENGINE=Columnstore; CREATE TABLE t_varbinary(col VARBINARY(5)) ENGINE=Columnstore; Like Innodb we should support the above data types. |