[MCOL-1068] Compression ratio miscalculation when there are uncompressed columns Created: 2017-12-01 Updated: 2017-12-05 Resolved: 2017-12-05 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MDB Plugin |
| Affects Version/s: | 1.0.11, 1.1.2 |
| Fix Version/s: | 1.0.12, 1.1.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-24 |
| Description |
|
Where there are uncompressed columns the compression_ratio() procedure miscalculates the result. In addition we should show a real ratio instead of percentages as the percentages appear to confuse users. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2017-12-01 ] | |||||
|
Pull request for 1.0. Will merge up. For QA: call compression_ratio(); should now show a result similar to:
| |||||
| Comment by Daniel Lee (Inactive) [ 2017-12-05 ] | |||||
|
Builds verified: GitHub source 1.0.12-1 [root@localhost ~]# cat mariadb-columnstore-1.0.12-1-centos7.x86_64.bin.tar.txt Merge pull request #79 from mariadb-corporation/ /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #338 from mariadb-corporation/ 1.1.3-1 /root/columnstore/mariadb-columnstore-server Merge branch 'develop-1.1' of https://github.com/mariadb-corporation/mariadb-columnstore-server into develop-1.1 /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine change how the os_detect is run on remote nodes output from 1.1.0-1 MariaDB [columnstore_info]> call compression_ratio();
-------------------
------------------- new output: MariaDB [columnstore_info]> call compression_ratio();
-------------------
------------------- |