mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
18 lines
390 B
Plaintext
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
|