aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Velikhov <pavelvelikhov@ydb.tech>2024-03-13 18:09:49 +0300
committerGitHub <noreply@github.com>2024-03-13 16:09:49 +0100
commit1d2e36048054614595ab7bce6ed03720ef198ef3 (patch)
treefdaab7ac01a585cafba0e9d0d18111c8b13bdc4e
parentf2a67c61d270ce9f163755218a4731a1e429ab0a (diff)
downloadydb-1d2e36048054614595ab7bce6ed03720ef198ef3.tar.gz
Updated roadmap (#2713)
-rw-r--r--ROADMAP.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 644d33dd22..b53984a2a7 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -16,7 +16,7 @@ We use the following symbols as abbreviations:
1. ใ‰” **Default values** for table columns
1. ใ‰” **Asynchronous LLVM JIT** query compilation
1. ใ‰” **Parameters in DECLARE clause are becoming optional**, better SQL compatibility
-1. ใ‰” **Cost-based optimizer** for join order selection
+1. ๐Ÿšงใ‰” **Cost-based optimizer** for join order and join algorithm selection
1. ใ‰” **``INSERT INTO table FROM SELECT``** for large datasets
1. ใ‰” Support for **transactional writes into both row and column tables**
1. ใ‰” Support for **computed columns in a table**