mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Fix reference file
This commit is contained in:
parent
06894534e8
commit
6277eea5c4
@ -129,7 +129,7 @@ Using storage policy: local_cache
|
|||||||
|
|
||||||
SET enable_filesystem_cache_on_write_operations=1;
|
SET enable_filesystem_cache_on_write_operations=1;
|
||||||
DROP TABLE IF EXISTS test;
|
DROP TABLE IF EXISTS test;
|
||||||
CREATE TABLE test (key UInt32, value String) Engine=MergeTree() ORDER BY key SETTINGS storage_policy='local_cache', min_bytes_for_wide_part = 10485760;
|
CREATE TABLE test (key UInt32, value String) Engine=MergeTree() ORDER BY key SETTINGS storage_policy='local_cache', min_bytes_for_wide_part = 10485760, compress_marks=false, compress_primary_key=false;
|
||||||
SYSTEM STOP MERGES test;
|
SYSTEM STOP MERGES test;
|
||||||
SYSTEM DROP FILESYSTEM CACHE;
|
SYSTEM DROP FILESYSTEM CACHE;
|
||||||
SELECT file_segment_range_begin, file_segment_range_end, size, state
|
SELECT file_segment_range_begin, file_segment_range_end, size, state
|
||||||
|
Loading…
Reference in New Issue
Block a user