mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Fix WTF in metadata_type
This commit is contained in:
parent
322ab9f0d0
commit
cb11e5b26f
@ -22,7 +22,7 @@ create table test (a Int32) engine = MergeTree() order by tuple()
|
||||
settings disk=disk(name='test2',
|
||||
type = object_storage,
|
||||
object_storage_type = s3,
|
||||
metadata_storage_type = local,
|
||||
metadata_type = local,
|
||||
endpoint = 'http://localhost:11111/test/common/',
|
||||
access_key_id = clickhouse,
|
||||
secret_access_key = clickhouse);
|
||||
@ -32,7 +32,7 @@ create table test (a Int32) engine = MergeTree() order by tuple()
|
||||
settings disk=disk(name='test3',
|
||||
type = object_storage,
|
||||
object_storage_type = s3,
|
||||
metadata_storage_type = local,
|
||||
metadata_type = local,
|
||||
metadata_keep_free_space_bytes = 1024,
|
||||
endpoint = 'http://localhost:11111/test/common/',
|
||||
access_key_id = clickhouse,
|
||||
@ -43,7 +43,7 @@ create table test (a Int32) engine = MergeTree() order by tuple()
|
||||
settings disk=disk(name='test4',
|
||||
type = object_storage,
|
||||
object_storage_type = s3,
|
||||
metadata_storage_type = local,
|
||||
metadata_type = local,
|
||||
metadata_keep_free_space_bytes = 0,
|
||||
endpoint = 'http://localhost:11111/test/common/',
|
||||
access_key_id = clickhouse,
|
||||
|
Loading…
Reference in New Issue
Block a user