This commit is contained in:
Alexey Milovidov 2021-02-07 05:49:07 +03:00
parent e4b3ae34f1
commit 5b62b89752

View File

@ -1,5 +1,5 @@
DROP TABLE IF EXISTS numbers_squashed;
CREATE TABLE numbers_squashed (number UInt8) ENGINE = Memory;
CREATE TABLE numbers_squashed (number UInt8) ENGINE = StripeLog;
SET min_insert_block_size_rows = 100;
SET min_insert_block_size_bytes = 0;