mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
Update tests/queries/0_stateless/03236_squashing_high_memory.sql
This commit is contained in:
parent
caab4dd8b9
commit
df1821a579
@ -3,7 +3,7 @@ DROP TABLE IF EXISTS id_values;
|
||||
DROP TABLE IF EXISTS test_table;
|
||||
|
||||
CREATE TABLE id_values ENGINE MergeTree ORDER BY id1 AS
|
||||
SELECT arrayJoin(range(1000000)) AS id1, arrayJoin(range(1000)) AS id2;
|
||||
SELECT arrayJoin(range(500000)) AS id1, arrayJoin(range(1000)) AS id2;
|
||||
|
||||
SET max_memory_usage = 1G;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user