ClickHouse/tests/queries/0_stateless/01014_lazy_database_basic.reference

18 lines
390 B
Plaintext
Raw Normal View History

2019-10-03 14:18:17 +00:00
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
2019-10-01 13:53:55 +00:00
1 1
2 2
3 3
2 2
3 3