diff options
author | Andrey Fomichev <fomichev@ydb.tech> | 2024-01-15 10:26:54 +0300 |
---|---|---|
committer | Andrey Fomichev <fomichev@ydb.tech> | 2024-01-15 10:26:54 +0300 |
commit | 744b5a91d97463439eff476c77b5235c3e8b15b8 (patch) | |
tree | 251bb891d57b5a86430515275020b68a9b7322e1 | |
parent | 6e8079932cf2cc3a8b9536146b58e9c12ea1cd03 (diff) | |
download | ydb-744b5a91d97463439eff476c77b5235c3e8b15b8.tar.gz |
Fix a misprint
-rw-r--r-- | ROADMAP.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md index f2c7948d8e..5e81c07c3a 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -23,7 +23,7 @@ We use the following symbols as abbreviations: 1. ㉔ Support for **temporary tables** 1. ㉔ Support for **VIEW** SQL clause 1. ㉔ **Data Spilling** in case there is issufient amount of RAM -1. ㉔ **TPC-H, TPC-H for 100TB** dataset +1. ㉔ **TPC-H, TPC-DS for 100TB** dataset 1. ✅ ㉓ Support for **Snapshot Readonly** transactions mode 1. 🚧 ㉓ **Better resource management** for KQP Resource Manager (share information about nodes resources, avoid OOMs) 1. ✅ ㉓ Switch to **New Engine** for OLTP queries |