mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Update website/blog/en/2022/clickhouse-v22.2-released.md
Co-authored-by: Christoph Wurm <christoph@clickhouse.com>
This commit is contained in:
parent
e77d907cc0
commit
fecf0ad086
@ -62,7 +62,7 @@ You can configure multiple disks to store ClickHouse data instead of managing RA
|
||||
|
||||
Since version 22.2 ClickHouse can automatically repair broken disks without server restart by downloading the missing parts from replicas and placing them on the healthy disks.
|
||||
|
||||
This feature is implemented by **Amos Bird** and is already being used for more than 1.5 years in production in KuaiShou.
|
||||
This feature was implemented by **Amos Bird** and is already being used for more than 1.5 years in production at Kuaishou.
|
||||
|
||||
Another improvement is the option to specify TTL MOVE TO DISK/VOLUME **IF EXISTS**. It allows replicas with non-uniform disk configuration and to have one replica to move old data to cold storage while another replica has all the data on hot storage. Data will be moved only on replicas that have the specified disk or volume, hence *if exists*. This was developed by **Anton Popov**.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user