diff options
author | Andrey Fomichev <fomichev@ydb.tech> | 2024-01-12 18:04:32 +0300 |
---|---|---|
committer | Andrey Fomichev <fomichev@ydb.tech> | 2024-01-12 18:16:50 +0300 |
commit | 72a5861be06a91dc710b0b141eccbfdec4b2902a (patch) | |
tree | 5aedaae356efdd20da5d921a904d5e146684df7c /ROADMAP.md | |
parent | 24f6e85a7ce085dcb3dad6c2b8f15fb280b027b2 (diff) | |
download | ydb-72a5861be06a91dc710b0b141eccbfdec4b2902a.tar.gz |
update roadmap
Diffstat (limited to 'ROADMAP.md')
-rw-r--r-- | ROADMAP.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md index e9646d9ce1..f2c7948d8e 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -97,6 +97,7 @@ We use the following symbols as abbreviations: 1. ㉔ **ActorSystem performance optimizations** 1. ㉔ Optimize **ActorSystem for ARM processors** 1. ㉔ **Effortless initial cluster deployment** (provide only nodes and disks description) +1. ㉔ **Reduce number of BlobStorage groups** for a database (add ability to remove unneeded groups) 1. ㉓ **"One leg" storage migration without downtime** (migrate 1/3 of the cluster from one AZ to another for mirror3-dc erasure encoding) 1. ✅ ㉓ **ActorSystem 1.5** (dynamically reassign threads in different thread pools) 1. ✅ ㉓ **Publish an utility for BlobStorage management** (it's called ds_tool for now, improve it and open) @@ -106,7 +107,7 @@ We use the following symbols as abbreviations: 1. ㉓ **BSC manages static group** (reconfiguration of the static BlobStorage group must be done BlobStorage Controller as for any other group) 1. ㉓ **(Semi-)Hard disk space separation** (Better guarantees for disk space usage by VDisks on a single PDisk) 1. ㉓ **Reduce space amplification** (Optimize storage layer) -1. ㉓ **Storage nodes decommission** (Add ability to remove storage nodes) +1. ✅ ㉓ **Storage nodes decommission** (Add ability to remove storage nodes) ## Analytical Capabilities 1. ㉔ **Backup** for column tables |