2019-01-14 11:54:40 +00:00
|
|
|
1 hello 2018-12-14 1.1 aaa 5
|
|
|
|
2 world 2018-12-15 2.2 bbb 6
|
|
|
|
3 ! 2018-12-16 3.3 ccc 7
|
2018-12-14 13:27:35 +00:00
|
|
|
2
|
2018-12-18 14:34:18 +00:00
|
|
|
1 world 2018-10-05 1.1
|
|
|
|
2 hello 2018-10-01 2.2
|
|
|
|
3 buy 2018-10-11 3.3
|
|
|
|
10003
|
|
|
|
10003
|
|
|
|
274972506.6
|
|
|
|
9175437371954010821
|
2020-04-08 08:18:35 +00:00
|
|
|
CREATE TABLE default.compression_codec_multiple_more_types\n(\n `id` Decimal(38, 13) CODEC(ZSTD(1), LZ4, ZSTD(1), ZSTD(1), Delta(2), Delta(4), Delta(1), LZ4HC(0)), \n `data` FixedString(12) CODEC(ZSTD(1), ZSTD(1), Delta(1), Delta(1), Delta(1), NONE, NONE, NONE, LZ4HC(0)), \n `ddd.age` Array(UInt8) CODEC(LZ4, LZ4HC(0), NONE, NONE, NONE, ZSTD(1), Delta(8)), \n `ddd.Name` Array(String) CODEC(LZ4, LZ4HC(0), NONE, NONE, NONE, ZSTD(1), Delta(8))\n)\nENGINE = MergeTree()\nORDER BY tuple()\nSETTINGS index_granularity = 8192
|
2018-12-18 14:34:18 +00:00
|
|
|
1.5555555555555 hello world! [77] ['John']
|
|
|
|
7.1000000000000 xxxxxxxxxxxx [127] ['Henry']
|
2018-12-19 17:20:18 +00:00
|
|
|
!
|
|
|
|
222
|
2019-03-18 14:59:07 +00:00
|
|
|
!ZSTD
|
2020-04-08 08:18:35 +00:00
|
|
|
CREATE TABLE default.test_default_delta\n(\n `id` UInt64 CODEC(Delta(8)), \n `data` String CODEC(Delta(1)), \n `somedate` Date CODEC(Delta(2)), \n `somenum` Float64 CODEC(Delta(8)), \n `somestr` FixedString(3) CODEC(Delta(1)), \n `othernum` Int64 CODEC(Delta(8)), \n `yetothernum` Float32 CODEC(Delta(4)), \n `ddd.age` Array(UInt8) CODEC(Delta(1)), \n `ddd.Name` Array(String) CODEC(Delta(1)), \n `ddd.OName` Array(String) CODEC(Delta(1)), \n `ddd.BName` Array(String) CODEC(Delta(1))\n)\nENGINE = MergeTree()\nORDER BY tuple()\nSETTINGS index_granularity = 8192
|