[MCOL-1678] Inconsistent colunmstore compression_ratio format after upgrade Created: 2018-08-29  Updated: 2019-07-10  Resolved: 2019-07-10

Status: Closed
Project: MariaDB ColumnStore
Component/s: ?
Affects Version/s: 1.1.5
Fix Version/s: Icebox

Type: Bug Priority: Major
Reporter: Zdravelina Sokolovska (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Environment:

UM1-PM1 CS cluster run on Centos7 VMs



 Description   

Inconsistent colunmstore compression_ratio format after upgrade

after upgrading to Server version: 10.2.15-MariaDB-log Columnstore 1.1.5-1
the columnstore_info.compression_ratio
is calculated in 117.9845% format.

in other environment and with new instillation of Columnstore 1.1.5-1 the columnstore_info.compression_ratio
is given in different format 1.6329:1

[root@um1 mariadb-columnstore]# mcsmysql -u root -p1
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 33
Server version: 10.2.15-MariaDB-log Columnstore 1.1.5-1
 
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
 
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
 
MariaDB [(none)]> call columnstore_info.compression_ratio();
+-------------------+
| COMPRESSION_RATIO |
+-------------------+
| 117.9845%         |
+-------------------+
1 row in set (1 min 41.13 sec)
 
Query OK, 0 rows affected (1 min 41.13 sec)


Generated at Thu Feb 08 02:30:32 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.