mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
update test
This commit is contained in:
parent
50dace9571
commit
4eacbecc16
@ -15,7 +15,7 @@ SELECT * FROM test_2554_tinylog;
|
|||||||
DROP TABLE test_2554_tinylog;
|
DROP TABLE test_2554_tinylog;
|
||||||
|
|
||||||
DROP TABLE IF EXISTS test_2554_stripelog;
|
DROP TABLE IF EXISTS test_2554_stripelog;
|
||||||
CREATE TABLE test_2554_stripelog (n UInt32) ENGINE = StripeLog SETTINGS storage_policy = 'default';
|
CREATE TABLE test_2554_stripelog (n UInt32) ENGINE = StripeLog SETTINGS storage_policy = 's3_cache';
|
||||||
|
|
||||||
INSERT INTO test_2554_stripelog SELECT 1;
|
INSERT INTO test_2554_stripelog SELECT 1;
|
||||||
SELECT * FROM test_2554_stripelog;
|
SELECT * FROM test_2554_stripelog;
|
||||||
|
Loading…
Reference in New Issue
Block a user