mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Merge branch 'fix-test-buffer' into fix-error-code
This commit is contained in:
commit
aa4ff492f7
@ -2,7 +2,7 @@ DROP TABLE IF EXISTS test.hits_dst;
|
||||
DROP TABLE IF EXISTS test.hits_buffer;
|
||||
|
||||
CREATE TABLE test.hits_dst AS test.hits;
|
||||
CREATE TABLE test.hits_buffer AS test.hits_dst ENGINE = Buffer(test, hits_dst, 8, 1, 10, 10000, 100000, 10000000, 100000000);
|
||||
CREATE TABLE test.hits_buffer AS test.hits_dst ENGINE = Buffer(test, hits_dst, 8, 600, 600, 1000000, 1000000, 100000000, 1000000000);
|
||||
|
||||
INSERT INTO test.hits_buffer SELECT * FROM test.hits WHERE CounterID = 800784;
|
||||
SELECT count() FROM test.hits_buffer;
|
||||
|
Loading…
Reference in New Issue
Block a user