mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update 03236_squashing_high_memory.sql
This commit is contained in:
parent
63aebfa5d7
commit
3d36f6dce3
@ -6,7 +6,7 @@ DROP TABLE IF EXISTS id_values;
|
|||||||
DROP TABLE IF EXISTS test_table;
|
DROP TABLE IF EXISTS test_table;
|
||||||
|
|
||||||
CREATE TABLE id_values ENGINE MergeTree ORDER BY id1 AS
|
CREATE TABLE id_values ENGINE MergeTree ORDER BY id1 AS
|
||||||
SELECT arrayJoin(range(500000)) AS id1, arrayJoin(range(1000)) AS id2;
|
SELECT arrayJoin(range(20000)) AS id1, arrayJoin(range(1000)) AS id2;
|
||||||
|
|
||||||
SET max_memory_usage = '1G';
|
SET max_memory_usage = '1G';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user