mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-23 05:13:00 -05:00
Update roadmap.md
This commit is contained in:
+31
-11
@@ -4,17 +4,37 @@ Full details on [supported SQL
|
||||
features](https://docs.dolthub.com/interfaces/sql/sql-support) are
|
||||
available on the docs site.
|
||||
|
||||
This is a selection of unimplemented features we're working on. It's
|
||||
not an ordered list. Don't see what you need on here? [Let us
|
||||
This is a selection of unimplemented features we're working on. Don't see what you need on here? [Let us
|
||||
know!](https://github.com/dolthub/dolt/issues) Paying customers get
|
||||
their feature requests implemented first.
|
||||
|
||||
* Primary key changes in `ALTER TABLE`
|
||||
* Tuples for `IN (...)` expressions
|
||||
* `push` and `pull` via SQL
|
||||
* JSON functions
|
||||
* More window functions
|
||||
* Cross-database joins with indexes
|
||||
* `ROWS PRECEDING` and `ROWS FOLLOWING` window definitions
|
||||
* More function coverage
|
||||
* Geometry types and functions
|
||||
| Feature | ETA |
|
||||
| ------- | --- |
|
||||
| Hosted Dolt | Jan 2022 |
|
||||
| Join for update | Oct 2021 |
|
||||
| Backup and replication | Nov 2021 |
|
||||
| Commit graph performance | Nov 2021 |
|
||||
| Collation and charset support | Nov 2021 |
|
||||
| Persistent SQL configuration | Dec 2021 |
|
||||
| Multiple DBs in one repo | Dec 2021 |
|
||||
| Tx isolation levels | Dec 2021 |
|
||||
| 99.9% SQL correctness | Q1 2022 |
|
||||
| Better `dolt_diff` table experience | Q1 2022 |
|
||||
| Hash join strategy | Q1 2022 |
|
||||
| Storage performance | Q1 2022 |
|
||||
| SQL GUI support tests | Q1 2022 |
|
||||
| Lock / unlock tables | Q1 2022 |
|
||||
| Users / grants | Q2 2022 |
|
||||
| `JSON_TABLE()` | Q2 2022 |
|
||||
| Pipeline query processing | Q2 2022 |
|
||||
| Table / index statistics | Q2 2022 |
|
||||
| Universal SQL path for CLI | Q2 2022 |
|
||||
| Row-level locking (select for update) | Q2 2022 |
|
||||
| Virtual columns and json indexing | Q2 2022 |
|
||||
| Embedded dolt | Q3 2022 |
|
||||
| Signed commits | Q3 2022 |
|
||||
| More window functions | Unsched |
|
||||
| Cross-database joins with indexes | Unsched |
|
||||
| `ROWS PRECEDING` and `ROWS FOLLOWING` window definitions | Unsched |
|
||||
| More function coverage | Unsched |
|
||||
| Geometry types and functions | Unsched |
|
||||
|
||||
Reference in New Issue
Block a user