Closed morningman closed 10 months ago
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. If we can clone a cluster partially or completely from Production ENV, then we can do many things to the cloned cluster. 1 Replay online query to the cloned cluster find online bug. 2 Verify major version upgrade, such upgrade the cloned cluster from 1.x to 2.x, to find potential problems.
To achive above goals, we still need some tools, such as query replay/load/ddl tool. This is undoubtedly very helpful for improving stability and realizing rapid development.
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.
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
Writing Doris data format file externally
What's the status of this task, any update?
Writing Doris data format file externally
What's the status of this task, any update?
Still work-in-progress, may be released at mid of this year
Writing Doris data format file externally
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
Full support for K8s deployment
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