diff options
author | Andrey Fomichev <andrey.fomichev@gmail.com> | 2022-06-15 16:54:27 +0300 |
---|---|---|
committer | Andrey Fomichev <andrey.fomichev@gmail.com> | 2022-06-15 16:54:27 +0300 |
commit | 199bf154ce06f593a3f172bfa6fdf965346a788d (patch) | |
tree | 6078e1d2394af5f4114b40b6e93154cb7841c6e6 /ROADMAP.md | |
parent | 6af27fb8b1cfd7374ed5be2d56ff87e51feb6e15 (diff) | |
download | ydb-199bf154ce06f593a3f172bfa6fdf965346a788d.tar.gz |
update roadmap wq(KIKIMR-15090)
ref:3703539109c136d17ff32a9a149a9ab5f0f40a6e
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 3dfbd230a3..fa44ec7f3a 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -39,6 +39,7 @@ 1. **Transaction can see its own updates** (updates made during transaction execution are not buffered in RAM anymore, but rather are written to disk and available to read by this transaction) 1. **Data Ingestion from topic to table** (implement built-in compatibility to ingest data to YDB tables from topics) 1. Support **snapshot read over read replicas** (consistent reads against read replicas) +1. **Transactions between topics and tables** ### Hardcore 1. **Datashard iterator reads via MVCC** @@ -73,7 +74,7 @@ * **Secondary Indexes** * **Read Replicas** * **Column-oriented Tables** -1. **Basic charts for database monitoring** +1. **Basic charts for database monitoring** ## Command Line Utility 1. Use a **single `ydb yql`** instead of `ydb table query` or `ydb scripting` |