diff options
author | Sergei Puchin <s.puchin@gmail.com> | 2022-06-20 13:25:39 +0300 |
---|---|---|
committer | Sergei Puchin <s.puchin@gmail.com> | 2022-06-20 13:25:39 +0300 |
commit | 233035aa1d991b63ba12470cbf88c88b8898d03d (patch) | |
tree | 91e90c65a5a04ca5cb579840aef328d1cfd4b044 | |
parent | 92abe2388127700f384d19d06efa00c2c1b1e30c (diff) | |
download | ydb-233035aa1d991b63ba12470cbf88c88b8898d03d.tar.gz |
Change "ROADMAP.md"
ref:60eaec4a867a5121d589ac09cda38ba932e8d396
-rw-r--r-- | ROADMAP.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md index fa44ec7f3a..9e7ac38a47 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -4,7 +4,7 @@ 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 -1. ✅ Support **`not null` for PK (private key) table columns** +1. ✅ Support **`not null` for PK (primary key) table columns** 1. **Aggregates and predicates push down to column-oriented tables** 1. **Optimize data formats** for data transition between query phases 1. **Index Rename/Rebuild** |