GR
у меня есть таблица типа collapsing merge tree
я хочу создать в текущей базе данных таблицу table2 (со структурой и данными из table1)
каким образом это можно сделать?
спасибо
Size: a a a
GR
VS
DC
DC
GR
DC
DC
GR
GR
GR
GR
A
DC
A
It could be atomic if this insert creates only one part.
only if it inserts into only one partition
only if number of rows is less than max_insert_block_size (and others min_insert_block_size_rows,min_insert_block_size_bytes)
only if a table does not have MV (there is no atomicity Table <-> MV)
DC
It could be atomic if this insert creates only one part.
only if it inserts into only one partition
only if number of rows is less than max_insert_block_size (and others min_insert_block_size_rows,min_insert_block_size_bytes)
only if a table does not have MV (there is no atomicity Table <-> MV)
A
DC
Д
DC
A