@@ -12,41 +12,51 @@ This is Databend Roadmap 2022 :rocket:, sync from the [#3706](https://github.com
12
12
13
13
# Main tasks
14
14
15
- ### 1. Query
15
+ Roadmap 2021: https://github.com/datafuselabs/databend/issues/746
16
+
17
+ # Main tasks
18
+
19
+ ### 1. Query
16
20
17
21
18
22
| Task | Status | Release Target | Comments |
19
23
| ----------------------------------------------- | --------- | -------------- | --------------- |
20
- | [ Query Cluster Track #747 ] ( https://github.com/datafuselabs/databend/issues/747 ) | PROGRESS | | |
21
- | [ RBAC Privileges #2793 ] ( https://github.com/datafuselabs/databend/issues/2793 ) | PROGRESS | | |
22
- | [ New Planner Framework #1217 ] ( https://github.com/datafuselabs/databend/issues/1218 ) | PROGRESS | | [ RFC] ( https://databend.rs/doc/contributing/rfcs/new-sql-planner-framework ) |
23
- | [ Database Sharing #3430 ] ( https://github.com/datafuselabs/databend/issues/3430 ) | PROGRESS | | |
24
- | [ STAGE Command #2976 ] ( https://github.com/datafuselabs/databend/issues/2976 ) | PROGRESS | | |
25
- | [ COPY Command #4104 ] ( https://github.com/datafuselabs/databend/issues/4104 ) | PROGRESS | | |
24
+ | [ Query Cluster Track #747 ] ( https://github.com/datafuselabs/databend/issues/747 ) | DONE | | |
25
+ | [ RBAC Privileges #2793 ] ( https://github.com/datafuselabs/databend/issues/2793 ) | DONE | | |
26
+ | [ New Planner Framework #1217 ] ( https://github.com/datafuselabs/databend/issues/1218 ) | DONE | | [ RFC] ( https://databend.rs/doc/contributing/rfcs/new-sql-planner-framework ) |
27
+ | [ Database Sharing #3430 ] ( https://github.com/datafuselabs/databend/issues/3430 ) | DONE | | |
28
+ | [ STAGE Command #2976 ] ( https://github.com/datafuselabs/databend/issues/2976 ) | DONE | | |
29
+ | [ COPY Command #4104 ] ( https://github.com/datafuselabs/databend/issues/4104 ) | DONE | | |
26
30
| [ Index Design #3711 ] ( https://github.com/datafuselabs/databend/issues/3711 ) | PROGRESS | | |
27
- | [ Push-Based + Pull-Based processor] ( https://github.com/datafuselabs/databend/issues/3379 ) | PROGRESS | | |
28
- | [ Semi-structured Data Types #3916 ] ( https://github.com/datafuselabs/databend/issues/3916 ) | PROGRESS | | |
31
+ | [ Push-Based + Pull-Based processor] ( https://github.com/datafuselabs/databend/issues/3379 ) | DONE | | |
32
+ | [ Semi-structured Data Types #3916 ] ( https://github.com/datafuselabs/databend/issues/3916 ) | DONE | | |
33
+ | [ Table Cluster Key #4268 ] ( https://github.com/datafuselabs/databend/issues/4268 ) | DONE | | |
34
+ | Transactions | DONE | | |
29
35
| [ Support Fulltext Index #3915 ] ( https://github.com/datafuselabs/databend/issues/3915 ) | PLANNING | | |
30
- | [ Table Cluster Key #4268 ] ( https://github.com/datafuselabs/databend/issues/4268 ) | PLANNING | | |
31
- | Tansactions | PLANNING | | |
32
- | Window Functions | PLANNING | | |
33
- | Lambda Functions | PLANNING | | |
34
- | Array Functions | PLANNING | | |
36
+ | [ Hive External Data Source #4826 ] ( https://github.com/datafuselabs/databend/issues/4826 ) | DONE | | |
37
+ | [ Window Functions] ( https://github.com/datafuselabs/databend/issues/4653 ) | DONE | | |
38
+ | Lambda Functions | DONE | | |
39
+ | Array Functions | DONE | | |
35
40
| Compile Aggregate Functions(JIT) | PLANNING | | |
36
- | Common Table Expressions | PLANNING | | [ MySQL CTE] ( https://dev.mysql.com/doc/refman/8.0/en/with.html#common-table-expressions ) |
37
- | External Cache | PLANNING | | |
41
+ | [ Common Table Expressions # 6246 ] ( https://github.com/datafuselabs/databend/issues/6246 ) | DONE | | [ MySQL CTE] ( https://dev.mysql.com/doc/refman/8.0/en/with.html#common-table-expressions ) |
42
+ | [ External Cache] ( https://github.com/datafuselabs/databend/issues/6786 ) # 6786 | PROGRESS | | |
38
43
| External Table | PLANNING | | [ Snowflake ET] ( https://docs.snowflake.com/en/sql-reference/sql/create-external-table.html ) |
39
- | Update&Delete | PLANNING | | |
44
+ | Delete | DONE | | |
45
+ | Update | PROGRESS | | |
40
46
| Streaming Ingestion | PLANNING | | |
41
- | Streaming Analytics | PLANNING | | |
47
+ | [ Resource Quota] ( https://github.com/datafuselabs/databend/issues/6935 ) | PROGRESS | | |
48
+ | [ LakeHouse] ( https://github.com/datafuselabs/databend/issues/7592 ) | PROGRESS | | v0.9|
42
49
43
50
44
51
### 2. Testing
45
52
46
53
| Task | Status | Release Target | Comments |
47
54
| ----------------------------------------------- | --------- | -------------- | --------------- |
48
- | [ Continuous Benchmarking #3084 ] ( https://github.com/datafuselabs/databend/issues/3084 ) | PROGRESS | | |
55
+ | [ Continuous Benchmarking #3084 ] ( https://github.com/datafuselabs/databend/issues/3084 ) | DONE | | https://perf.databend.rs |
56
+
49
57
50
58
# Releases
51
- - [x] #2525
52
- - [x] #2257
59
+ - [x] [ Release proposal: Nightly v0.8 #4591 ] ( https://github.com/datafuselabs/databend/issues/4591 )
60
+ - [x] [ Release proposal: Nightly v0.7 #3428 ] ( https://github.com/datafuselabs/databend/issues/3428 )
61
+ - [x] [ Release proposal: Nightly v0.6 #2525 ] ( https://github.com/datafuselabs/databend/issues/2525 )
62
+ - [x] [ Release proposal: Nightly v0.5 #2257 ] ( https://github.com/datafuselabs/databend/issues/2257 )
0 commit comments