S
чтобы spot instances нормально гасили кликхаус и поднимали новую ноду
то проблем с корраптом данных не будет
но ситуация когда у вас все spot instances в ASG погашены, а новые недоступны
случается
и для production это применять нельзя
Size: a a a
S
S
S
AS
YV
S
YV
MK
M
MK
Ld
PK
A
D
SELECT dictGetString('app_name', 'id', toUInt64(123))
Received exception from server (version 20.8.13):
Code: 53. DB::Exception: Received from localhost:9000. DB::Exception: Third argument of function dictGetString must be (UInt64).
SC
SELECT dictGetString('app_name', 'id', toUInt64(123))
Received exception from server (version 20.8.13):
Code: 53. DB::Exception: Received from localhost:9000. DB::Exception: Third argument of function dictGetString must be (UInt64).
tuple(toUInt64(123))
SC
SELECT dictGetString('app_name', 'id', toUInt64(123))
Received exception from server (version 20.8.13):
Code: 53. DB::Exception: Received from localhost:9000. DB::Exception: Third argument of function dictGetString must be (UInt64).
D
SC
SC