-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doris Roadmap 2023 #16392
Comments
flink-doris-connector sink doris, Doris target table dynamic update function. The current flink-doris-connector can well support the data writing operation of the established table. However, when adding a new write target table in the same flink job, it is necessary to stop the Flink job and reload the target table name. If flink-doris-connector can be configured to read the value of a field in the stream data to dynamically obtain the target table to be written, then the Flink job does not need to be stopped, and the operation and maintenance work will become easier. |
I think CCR(Cross Cluster Replication) is a nice idea. To achive above goals, we still need some tools, such as query replay/load/ddl tool. |
Column-level authorization is capability of controlling access to specific columns or fields within a database or table, rather than just the entire table itself. This type of authorization allows for fine-grained control over data access and can enhance security and privacy by preventing unauthorized users from accessing sensitive information. So I think this is a very attractive feature |
mutil group_concat(distinct xxx order by xx) is a function we urgently need now. The current solution is to implement it through the join of multiple subqueries. Because the scanned rows are too large, the speed is very slow now. I don’t know if there is any plan to add this function in the future. |
How about link related PR/issue to the item in the list? |
Im interested in contributing to some of the work, how do I go about doing it, should I create a separate issue and just add it here in the comments, please let me know. |
That's great! Welcome to Apache Doris Community! Feel free to exchange any ideas in the comments |
What's the status of this task, any update? |
Still work-in-progress, may be released at mid of this year |
May I know how would you implement this? By implementing a full Java writer, or by JNI and invoking the existing C++ code in the backend? |
By JNI, possibly |
When did this start, or what's the current status? |
support time series data ?like ymatrix or greenplum, hope so |
Hi team, any update about MergeSortJoin? |
This is Apache Doris Roadmap 2023.
Our Main Focus
Release Schedule
We plan to release Apache Doris at the following pace:
Features
We plan to develop or continuously optimize these features:
Hybrid Workloads
Semi-Structure Data Analysis
Lakehouse & Data Integration
New Optimizer (Nereids)
Cost Efficiency & Performance
Data Modeling & Storage Engine
Ecosystem
Utility & Stability
The text was updated successfully, but these errors were encountered: