ClickHouse/dbms/tests/queries/0_stateless/01014_lazy_database_basic.reference
2019-10-03 17:18:17 +03:00

18 lines
390 B
Plaintext

testlazy log CREATE TABLE testlazy.log (`a` UInt64, `b` UInt64) ENGINE = Log
testlazy slog CREATE TABLE testlazy.slog (`a` UInt64, `b` UInt64) ENGINE = StripeLog
testlazy tlog CREATE TABLE testlazy.tlog (`a` UInt64, `b` UInt64) ENGINE = TinyLog
testlazy log
testlazy slog
testlazy tlog
testlazy log2
testlazy slog
testlazy tlog
testlazy log2
testlazy slog
testlazy tlog
1 1
2 2
3 3
2 2
3 3