mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
reload ci
This commit is contained in:
parent
1cc701af44
commit
7ed31df6b8
@ -11,7 +11,7 @@ ORDER BY (t, id) SETTINGS index_granularity = 4096 ;
|
||||
|
||||
insert into test values ('xxx', 'x', {'content-type':'text/plain','user-agent':'bulk-tests'});
|
||||
insert into test values ('xxx', 'y', {'content-type':'application/json','user-agent':'bulk-tests'});
|
||||
insert into test select 'xxx', number, map('content-type', 'x' ) from numbers(1e2);
|
||||
insert into test select 'xxx', number, map('content-type', 'x' ) FROM numbers(1e2);
|
||||
|
||||
optimize table test final;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user