Skip to content
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 2024 #30669

Open
morningman opened this issue Jan 31, 2024 · 19 comments
Open

Doris Roadmap 2024 #30669

morningman opened this issue Jan 31, 2024 · 19 comments
Labels
Discuss kind/community Issues or PRs related to Doris community

Comments

@morningman
Copy link
Contributor

morningman commented Jan 31, 2024

Roadmap 2023
Roadmap 2022

Separation of Storage and Computation

  • Flexibility & Stateless
    • Stateless BE node
    • Stateless FE node
  • Load Isolation
    • Multi cluster support
    • Read & write isolation
  • More storage support
    • AWS S3
    • Aliyun OSS
    • Tencent Cloud COS
    • Huawei Cloud OBS
    • Baidu Cloud BOS
    • GCP
    • Azure
    • HDFS
  • Performance
    • Optimized cache policy
    • Optimization for cold data querying
  • Support data deletion
  • SLA
    • Upgrade BE with no impact
    • Upgrade FE with no impact
  • Reliability
    • Snapshot & Time travel
    • Enhanced backup & restore
  • Data sharing

Async Materialized View

  • Build materialized view

    • Support full refresh
    • Support partition level refresh
    • Support building mv from olap table
    • Support building mv from hive table
    • Support building mv from iceberg table
    • Support building mv from hudi table
    • Nested materialized view with DAG
    • Incremental building for external table with partition granularity
    • Support partition rollup
    • Support partition TTL
    • Support REPLACE operation
    • Support refresh materialized view by time range
  • Transparent Rewriting

    • Support aggregation and rollup
    • Support join
    • Query Partial rewriting
    • Rewriting supports nested materialized view
  • Materialized view management

    • Materialized view recommendation

Semi Structure Data Analysis

  • Inverted Index

    • Support Inverted Index
    • Merging index files
    • Working with separation of storage and computation
    • Speed up the data loading with inverted index
  • VARIANT data type

    • Support VARIANT data type
    • Working with inverted index

Query Optimizer

  • Basic framework

    • Fully supports DQL, DML and DDL
    • Optimized memory consumption
    • Optimized apply order of RBO rules
    • Improved efficiency of Cascades enumeration
  • Planning quality

    • Statistics
      • Support statistical for synced materialized views
      • Support partition level statistics collection
      • Supports histogram statistics collection
    • New distributed cost model
      • Optimized distributed cost model framework
      • Support runtime cost revaluation
      • Supports more accurate operator cost fitting models
    • Rules and enumerations
      • Expand RBO rules
      • Improve the quality of Cascades enumeration plan
      • Enhanced dphyper enumeration framework function, supports outer join enumeration and CDC
    • Enhance runtime filter adaptive capability
      • Adaptive runtime filter size
      • Adaptive runtime filter type
      • Adaptive runtime filter waiting time
    • Supports histogram-based data skew adaptive processing framework

DataLake Analysis

  • Support more file format

    • RCFile
    • SequenceFile
  • Support more lake format

    • Support Iceberg with ORC
    • Support Iceberg Equality Delete
    • Support more systable on Hudi
    • Support CDC scan on Hudi
    • Support more systable on Paimon
  • Trino Connector compatibility

    • Trino Connector compatibility framework
    • Support Trino DeltaLake Connector
    • Support Trino Bigquery Connector
    • Support Trino Cassandra Connector
  • Datalake write back

    • Hive
      • Support unpartitioned table
      • Support partitioned table
      • Support INSERT OVERWRITE
      • Support INSERT
    • Iceberg
      • Support unpartitioned table
      • Support partitioned table
      • Support update and delete
    • Hudi
    • Paimon
  • Enhanced JDBC Catalog

    • Support DB2
    • Support sharded database
    • Support query concurrency
  • Enhanced file analysis

    • Support insert into table value function
  • Enhanced file cache

    • Support memory-level file cache
    • Enhanced cache statistic and hits analysis
  • Integrate with Apache Ranger

    • Support Catalog/Database/Table/Resource/WorkloadGroup auth
    • Support row policy
    • Support data mask
    • Support column level privilege
  • SQL dialect support

    • Presto/Trino
    • Spark
    • Hive
    • Clickhouse
    • Oracle
    • Postgres

Query Processing

  • Resource Isolation
    • Support hard/soft resource isolation for Query & Load
    • Enhance the visibility of resource usage
    • Automatically workload management at runtime
  • Support store procedure
  • Support Spill to disk
    • Sort Operator
    • Aggregate Operator
    • Join Operator
  • Working with shuffle service
  • Stage by stage query processing

Storage Engine

  • Data Loading
    • Support auto partiton when loading
    • Zero-ETL: Built-in data integration from OLTP CDC to Doris
    • Support transactional multi table INSERT INTO
    • Support MERGE INTO
  • Data Modeling
  • Cross cluster replication
    • Support Master/Slave switch
    • Support cross region deployment
    • Work with separation of storage and computation
  • Support data binlog
  • Enhanced Z-order index
  • Optimized high-concurrency point query

Ecosystem & Tools

  • Cluster Manager for Apache Doris
    • Support agent mode
    • Support k8s
    • Enhanced monitor and alert management
    • Visualized profile analysis
    • Support Notebook
    • Built-in visualized BI reports
  • Doris StreamLoader tool
  • Doris Operator
  • X2Doris
    • Support Hive to Doris
    • Support Doris to Doris
    • Support Kudu to Doris
    • Support StarRocks to Doris
    • Support Clickhouse to Doris
  • BI tools compatibility
    • Superset
    • Metabase
    • Navicat
    • Datagrip
    • Dbeaver
    • SmartBI
    • FineBI
  • Data Integration
    • Kettle
@morningman morningman added kind/community Issues or PRs related to Doris community Discuss labels Jan 31, 2024
@morningman morningman pinned this issue Jan 31, 2024
@vinlee19
Copy link
Contributor

Currently, I have completed the development and testing of the JDBC catalog for Apache Druid. If possible, I would like to contribute this feature. PR:#27270

@vinlee19
Copy link
Contributor

vinlee19 commented Jan 31, 2024

Flink-connector-doris will use FlinkCDC to synchronize multiple tables or the entire database from MongoDB and DB2 to Doris.

@michael1991
Copy link
Contributor

typo "Mutlt cluster support" => "Multi cluster support"

@morningman morningman changed the title [Draft] Doris Roadmap 2024 Doris Roadmap 2024 Feb 2, 2024
@Hanchers
Copy link

Hanchers commented Feb 4, 2024

Looking forward to version 2.1

@longzmkm
Copy link

longzmkm commented Feb 6, 2024

Looking forward to version 2.1

me too

@vonwind
Copy link

vonwind commented Feb 6, 2024

Walking with innovators

@zhbdesign
Copy link

Support generating columns

@morningman
Copy link
Contributor Author

Currently, I have completed the development and testing of the JDBC catalog for Apache Druid. If possible, I would like to contribute this feature. PR:#27270

HI @vinlee19 , thanks for your contribution. I'm not sure if it is suitable for Druid to using JDBC as data connector? I'm concerning the performance issue. But indeed Trino is using JDBC connect Druid.
I will take a look at this feature, and could you please also provide test cases (eg. druid docker compose)?

@liugddx
Copy link
Member

liugddx commented Feb 18, 2024

dbeaver/dbeaver#22836

@liugddx
Copy link
Member

liugddx commented Feb 18, 2024

@cs3163077
Copy link

Looking forward to version 2.1

me too

1 similar comment
@sdhzwc
Copy link
Contributor

sdhzwc commented Feb 19, 2024

Looking forward to version 2.1

me too

@dragonkid
Copy link

why there is no 'Support building mv from Paimon table'

@qianmoQ
Copy link

qianmoQ commented Feb 28, 2024

BI tools compatibility Can it be adapted to https://github.com/devlive-community/datacap?

@morningman
Copy link
Contributor Author

why there is no 'Support building mv from Paimon table'

It will be supported

@morningman
Copy link
Contributor Author

BI tools compatibility Can it be adapted to https://github.com/devlive-community/datacap?
Hi @qianmoQ,
I am not familiar with datacap, but you are very welcome to helping Doris adapt to it.
I saw the Doris is on the log wall, maybe you can post a blog on Doris website about how to connect to Doris using datacap?

@ShawshankLin
Copy link

ShawshankLin commented Mar 9, 2024

Support transactional multi table DELETE INSERT for adapting aggregate tables in dbt's Incremental models
https://docs.getdbt.com/docs/build/incremental-models

@JiangJamm
Copy link

Look forward to supporting DataGrip and kettle!

@zhangm365
Copy link

zhangm365 commented May 16, 2024

The correct url for async-materialized-view item is as follows:
https://doris.apache.org/docs/query/view-materialized-view/async-materialized-view

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discuss kind/community Issues or PRs related to Doris community
Projects
None yet
Development

No branches or pull requests