mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 17:02:25 +00:00
14 lines
1.0 KiB
Plaintext
14 lines
1.0 KiB
Plaintext
CREATE TABLE default.table_02184\n(\n `x` UInt8\n)\nENGINE = Log
|
|
CREATE TABLE default.table_02184\n(\n `x` UInt8\n)\nENGINE = MergeTree\nPRIMARY KEY x\nORDER BY x\nSETTINGS index_granularity = 8192
|
|
CREATE TABLE default.test_optimize_exception\n(\n `date` Date\n)\nENGINE = MergeTree\nPARTITION BY toYYYYMM(date)\nORDER BY date\nSETTINGS index_granularity = 8192
|
|
CREATE TABLE default.table_02184\n(\n `x` UInt8\n)\nENGINE = MergeTree\nORDER BY x\nSETTINGS index_granularity = 8192
|
|
CREATE TABLE default.table_02184\n(\n `x` UInt8\n)\nENGINE = MergeTree\nPRIMARY KEY x\nORDER BY x\nSETTINGS index_granularity = 8192
|
|
CREATE TABLE default.numbers1\n(\n `number` UInt64\n)\nENGINE = Memory
|
|
4.5
|
|
45
|
|
CREATE TABLE default.numbers2\n(\n `number` UInt64\n)\nENGINE = MergeTree\nORDER BY intHash32(number)\nSAMPLE BY intHash32(number)\nSETTINGS index_granularity = 8192
|
|
45
|
|
CREATE TABLE default.numbers3\n(\n `number` UInt64\n)\nENGINE = Log
|
|
2014-01-02 0 0 1970-01-01 03:00:00 2014-01-02 03:04:06
|
|
1 2014-01-02 07:04:06
|