Improve installation procedure and reduce SQL limitations
(MCOL-3686)
|
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.4 |
| Fix Version/s: | 1.4.3 |
| Type: | Sub-Task | Priority: | Major |
| Reporter: | Todd Stoffel (Inactive) | Assignee: | susil.behera |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Sprint: | 2020-1, 2020-2, 2020-4, 2020-5, 2020-6, 2020-7 |
| Description |
|
Add capability to create table in ColumnStore as a select. CREATE TABLE test2 ENGINE=columnstore AS |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2020-01-21 ] |
|
Committed along with fixes for |
| Comment by susil.behera [ 2020-02-11 ] |
|
Build verified: 1.4.3-1 source Test cases: 2. CREATE TABLE tgt2 engine = columnstore AS SELECT c0, c1 FROM src GROUP BY c0 HAVING COUNT 3. There are some remote cases where the behavior is different from InnoDB. I'll raise tickets separately for those. |