mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
[fix] remove some useless files generated by running server
This commit is contained in:
parent
6e83fe9015
commit
f87ab5aab7
@ -1 +0,0 @@
|
||||
/data/home/unashi/ck_issue/ClickHouse/store/39b/39b798e4-1787-4b2e-971f-c4f092bf0cde/
|
@ -1,2 +0,0 @@
|
||||
ATTACH DATABASE INFORMATION_SCHEMA
|
||||
ENGINE = Memory
|
@ -1 +0,0 @@
|
||||
/data/home/unashi/ck_issue/ClickHouse/store/c39/c3900d2c-f110-426e-b693-ceaf42d2362c/
|
@ -1,2 +0,0 @@
|
||||
ATTACH DATABASE _ UUID 'c3900d2c-f110-426e-b693-ceaf42d2362c'
|
||||
ENGINE = Atomic
|
@ -1,2 +0,0 @@
|
||||
ATTACH DATABASE information_schema
|
||||
ENGINE = Memory
|
@ -1 +0,0 @@
|
||||
/data/home/unashi/ck_issue/ClickHouse/store/f47/f47c2a69-345f-476e-ac54-5c1a9acc883b/
|
@ -1,2 +0,0 @@
|
||||
ATTACH DATABASE _ UUID 'f47c2a69-345f-476e-ac54-5c1a9acc883b'
|
||||
ENGINE = Atomic
|
@ -1,44 +0,0 @@
|
||||
<!-- This file was generated automatically.
|
||||
Do not edit it: it is likely to be discarded and generated again before it's read next time.
|
||||
Files used to generate this file:
|
||||
config.xml -->
|
||||
|
||||
<!-- Config that is used when server is run without config file. -->
|
||||
<clickhouse>
|
||||
<logger>
|
||||
<level>trace</level>
|
||||
<console>true</console>
|
||||
</logger>
|
||||
|
||||
<http_port>8123</http_port>
|
||||
<tcp_port>9000</tcp_port>
|
||||
<mysql_port>9004</mysql_port>
|
||||
|
||||
<path>./</path>
|
||||
|
||||
<mlock_executable>true</mlock_executable>
|
||||
|
||||
<users>
|
||||
<default>
|
||||
<password/>
|
||||
|
||||
<networks>
|
||||
<ip>::/0</ip>
|
||||
</networks>
|
||||
|
||||
<profile>default</profile>
|
||||
<quota>default</quota>
|
||||
|
||||
<access_management>1</access_management>
|
||||
<named_collection_control>1</named_collection_control>
|
||||
</default>
|
||||
</users>
|
||||
|
||||
<profiles>
|
||||
<default/>
|
||||
</profiles>
|
||||
|
||||
<quotas>
|
||||
<default/>
|
||||
</quotas>
|
||||
</clickhouse>
|
@ -1,20 +0,0 @@
|
||||
ATTACH TABLE _ UUID '39b798e4-1787-4b2e-971f-c4f092bf0cde'
|
||||
(
|
||||
`price` UInt32,
|
||||
`date` Date,
|
||||
`postcode1` LowCardinality(String),
|
||||
`postcode2` LowCardinality(String),
|
||||
`type` Enum8('other' = 0, 'terraced' = 1, 'semi-detached' = 2, 'detached' = 3, 'flat' = 4),
|
||||
`is_new` UInt8,
|
||||
`duration` Enum8('unknown' = 0, 'freehold' = 1, 'leasehold' = 2),
|
||||
`addr1` String,
|
||||
`addr2` String,
|
||||
`street` LowCardinality(String),
|
||||
`locality` LowCardinality(String),
|
||||
`town` LowCardinality(String),
|
||||
`district` LowCardinality(String),
|
||||
`county` LowCardinality(String)
|
||||
)
|
||||
ENGINE = MergeTree
|
||||
ORDER BY (postcode1, postcode2, addr1, addr2)
|
||||
SETTINGS index_granularity = 8192
|
@ -1,20 +0,0 @@
|
||||
ATTACH TABLE _ UUID 'cf712b4f-2ca8-435c-ac23-c4393efe52f7'
|
||||
(
|
||||
`price` UInt32,
|
||||
`date` Date,
|
||||
`postcode1` LowCardinality(String),
|
||||
`postcode2` LowCardinality(String),
|
||||
`type` Enum8('other' = 0, 'terraced' = 1, 'semi-detached' = 2, 'detached' = 3, 'flat' = 4),
|
||||
`is_new` UInt8,
|
||||
`duration` Enum8('unknown' = 0, 'freehold' = 1, 'leasehold' = 2),
|
||||
`addr1` String,
|
||||
`addr2` String,
|
||||
`street` LowCardinality(String),
|
||||
`locality` LowCardinality(String),
|
||||
`town` LowCardinality(String),
|
||||
`district` LowCardinality(String),
|
||||
`county` LowCardinality(String)
|
||||
)
|
||||
ENGINE = MergeTree
|
||||
ORDER BY (postcode1, postcode2, addr1, addr2)
|
||||
SETTINGS disk = disk(type = web, endpoint = 'https://raw.githubusercontent.com/ClickHouse/web-tables-demo/main/web/'), index_granularity = 8192
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,16 +0,0 @@
|
||||
columns format version: 1
|
||||
14 columns:
|
||||
`price` UInt32
|
||||
`date` Date
|
||||
`postcode1` LowCardinality(String)
|
||||
`postcode2` LowCardinality(String)
|
||||
`type` Enum8('other' = 0, 'terraced' = 1, 'semi-detached' = 2, 'detached' = 3, 'flat' = 4)
|
||||
`is_new` UInt8
|
||||
`duration` Enum8('unknown' = 0, 'freehold' = 1, 'leasehold' = 2)
|
||||
`addr1` String
|
||||
`addr2` String
|
||||
`street` LowCardinality(String)
|
||||
`locality` LowCardinality(String)
|
||||
`town` LowCardinality(String)
|
||||
`district` LowCardinality(String)
|
||||
`county` LowCardinality(String)
|
@ -1 +0,0 @@
|
||||
27910954
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
CODEC(ZSTD(1))
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,20 +0,0 @@
|
||||
ATTACH TABLE _ UUID '9f761770-85bc-436f-8852-0f1f9b44bfd4'
|
||||
(
|
||||
`price` UInt32,
|
||||
`date` Date,
|
||||
`postcode1` LowCardinality(String),
|
||||
`postcode2` LowCardinality(String),
|
||||
`type` Enum8('other' = 0, 'terraced' = 1, 'semi-detached' = 2, 'detached' = 3, 'flat' = 4),
|
||||
`is_new` UInt8,
|
||||
`duration` Enum8('unknown' = 0, 'freehold' = 1, 'leasehold' = 2),
|
||||
`addr1` String,
|
||||
`addr2` String,
|
||||
`street` LowCardinality(String),
|
||||
`locality` LowCardinality(String),
|
||||
`town` LowCardinality(String),
|
||||
`district` LowCardinality(String),
|
||||
`county` LowCardinality(String)
|
||||
)
|
||||
ENGINE = MergeTree
|
||||
ORDER BY (postcode1, postcode2, addr1, addr2)
|
||||
SETTINGS index_granularity = 8192
|
@ -1,20 +0,0 @@
|
||||
ATTACH TABLE _ UUID 'cf712b4f-2ca8-435c-ac23-c4393efe52f7'
|
||||
(
|
||||
`price` UInt32,
|
||||
`date` Date,
|
||||
`postcode1` LowCardinality(String),
|
||||
`postcode2` LowCardinality(String),
|
||||
`type` Enum8('other' = 0, 'terraced' = 1, 'semi-detached' = 2, 'detached' = 3, 'flat' = 4),
|
||||
`is_new` UInt8,
|
||||
`duration` Enum8('unknown' = 0, 'freehold' = 1, 'leasehold' = 2),
|
||||
`addr1` String,
|
||||
`addr2` String,
|
||||
`street` LowCardinality(String),
|
||||
`locality` LowCardinality(String),
|
||||
`town` LowCardinality(String),
|
||||
`district` LowCardinality(String),
|
||||
`county` LowCardinality(String)
|
||||
)
|
||||
ENGINE = MergeTree
|
||||
ORDER BY (postcode1, postcode2, addr1, addr2)
|
||||
SETTINGS disk = disk(type = web, endpoint = 'https://raw.githubusercontent.com/ClickHouse/web-tables-demo/main/web/'), index_granularity = 8192
|
Loading…
Reference in New Issue
Block a user