[MCOL-267] TEXT and BLOB data types are not supported Created: 2016-08-18 Updated: 2017-12-01 Resolved: 2017-05-05 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.0 |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 7 |
| Labels: | relnote | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Sprint: | 2017-2, 2017-3, 2017-4, 2017-5, 2017-6, 2017-7, 2017-8, 2017-9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description |
|
Columnstore throws an error for the TEXT data type. |
| Comments |
| Comment by Jose Cavieres Soto [ 2017-01-20 ] |
|
I wouldn't consider this a minor issue. |
| Comment by Andrew Hutchings (Inactive) [ 2017-01-20 ] |
|
At the time of issue creation the priority was minor as we were prioritising critical problems for the 1.0 GA release. Now that we have started work on further GA releases we should re-evaluate this. |
| Comment by Andrew Hutchings (Inactive) [ 2017-03-23 ] |
|
Pull request open for feature and tests BLOB/TEXT is implemented using a multi-block dictionary, eliminating the need for the 8KB limit. Also allows BLOB/TEXT columns to be used in cross engine joins. Release notes:
|
| Comment by Andrew Hutchings (Inactive) [ 2017-04-04 ] |
|
Additional:
|
| Comment by Daniel Lee (Inactive) [ 2017-05-05 ] |
|
Build verified: Github source I have been testing this feature for a while now. Since the feature have been implemented and issues found are being tracked by separate tickets, I am closing this ticket. |