mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
better
This commit is contained in:
parent
39d706ba9f
commit
378d330d9d
@ -1,5 +1,7 @@
|
||||
create table t(a UInt32, b UInt32) engine=MergeTree order by (a, b) settings index_granularity=1;
|
||||
|
||||
system stop merges t;
|
||||
|
||||
-- for this part the first columns is useless, so we have to use both
|
||||
insert into t select 42, number from numbers_mt(100);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user