mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Update 01605_adaptive_granularity_block_borders to avoid using mmap
This commit is contained in:
parent
6064f3ef1d
commit
1b367ee71d
@ -23,6 +23,6 @@ SELECT marks FROM system.parts WHERE table = 'adaptive_table' and database=curre
|
||||
-- If we have computed granularity incorrectly than we will exceed this limit.
|
||||
SET max_memory_usage='30M';
|
||||
|
||||
SELECT max(length(value)) FROM adaptive_table;
|
||||
SELECT max(length(value)) FROM adaptive_table SETTINGS min_bytes_to_use_mmap_io=0;
|
||||
|
||||
DROP TABLE IF EXISTS adaptive_table;
|
||||
|
Loading…
Reference in New Issue
Block a user