a
Size: a a a
a
a
a
ALTER TABLE stat_production.user_actions_v2
FREEZE PARTITION ID '202005'
Received exception from server (version 19.9.5):
Code: 368. DB::Exception: Received from localhost:9000, ::1. DB::Exception: std::bad_typeid.
a
a
АФ
A
АФ
DC
S
S
A
A
DT
A
DT
DT
A
A
A
CREATE TABLE default.internal_logs (
date Date DEFAULT toDate(time),
time DateTime,
server String,
port Int32,
type String,
table String,
volume Int64,
message String,
content String,
source String,
server_time DateTime DEFAULT now()
)
ENGINE = ReplicatedMergeTree('/clickhouse/tables/{shard}/internal_logs', '{replica}')
PARTITION BY tuple()
ORDER BY time
SETTINGS index_granularity = 8192;