[MCOL-1484] Use condition pushdown in I_S tables Created: 2018-06-19 Updated: 2020-08-25 Resolved: 2018-06-28 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.6 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2018-13 | ||||||||
| Description |
|
A sub-task for |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2018-06-19 ] | ||||||||||||||||||||
|
For QA: call columnstore_info.table_usage() with a schema and/or table should be much faster. | ||||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2018-06-28 ] | ||||||||||||||||||||
|
Build verified: 1.1.6-1 source [root@localhost ~]# cat mariadb-columnstore-1.1.6-1-centos7.x86_64.bin.tar.gz.txt Merge pull request #113 from mariadb-corporation/davidhilldallas-patch-3 update readme /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #511 from mariadb-corporation/ Timing is 4 times faster than 1.1.5-1 1.1.6-1 MariaDB [(none)]> call columnstore_info.table_usage(NULL,NULL);
-------------
------------- 1.1.5-1 MariaDB [(none)]> call columnstore_info.table_usage(NULL,NULL);
-------------
------------- |