1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Merge pull request #1922 from denis0x0D/MCOL-4685

MCOL-4685: Eliminate some irrelevant settings (uncompressed data and extents per file)
This commit is contained in:
Roman Nozdrin
2021-06-06 16:00:29 +03:00
committed by GitHub
23 changed files with 170 additions and 143 deletions

View File

@ -39,11 +39,11 @@ t2 CREATE TABLE `t2` (
) ENGINE=Columnstore DEFAULT CHARSET=latin1
SELECT `schema`, tablename, columnname, compressiontype FROM calpontsys.syscolumn WHERE `schema`='mcs229_db' ORDER BY 2;
schema tablename columnname compressiontype
mcs229_db t1 t1_int 0
mcs229_db t1 t1_text 0
mcs229_db t1 t1_date 0
mcs229_db t1 t1_time 0
mcs229_db t1 t1_decimal 0
mcs229_db t1 t1_int 2
mcs229_db t1 t1_text 2
mcs229_db t1 t1_date 2
mcs229_db t1 t1_time 2
mcs229_db t1 t1_decimal 2
mcs229_db t2 t2_date 2
mcs229_db t2 t2_int 2
mcs229_db t2 t2_text 2