apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.31k stars 3.21k forks source link

Release Note 3.0.1 #39570

Open gavinchou opened 3 weeks ago

gavinchou commented 3 weeks ago

Behavior Changes

Query Optimizer

Query Execution

Storage

New Features

Job Scheduling

Compute-Storage Decoupled

Lakehouse

Asynchronous Materialized Views

Query Execution

Semi-Structured Data Management

Other

Improvements

Storage

Compute-Storage Decoupled

Lakehouse

Asynchronous Materialized Views

MySQL Compatibility

Query Optimizer

Query Execution

Semi-Structured Data Management

Other

Bug Fixes

Upgrade

Load

Storage

Backup and Restoration

Compaction

MOW Unique Key

Other

Compute-Storage Decoupled

Lakehouse

MySQL Compatibility

Asynchronous Materialized Views

Synchronous Materialized Views

Query Optimizer

Query Execution

Semi-Structured Data Management

Other

gavinchou commented 3 weeks ago

行为变更

优化器

查询执行

存储

新特性

任务调度

存算分离

Lakehouse

异步物化视图

查询执行

半结构化数据管理

其他

改进

存储

存算分离

Lakehouse

异步物化视图

MySQL 兼容性

查询优化器

查询执行

半结构化数据管理

其他

缺陷修复

升级

导入

存储

备份与恢复

Compaction(合并)

MOW Unique Key(MOW 唯一键)

其他:

存算分离

Lakehouse

MySQL 兼容性

异步物化视图

同步物化视图

查询优化器

查询执行

半结构化数据管理

其他

gavinchou commented 3 weeks ago

Thanks all who contribute to this release:

133tosakarin 924060929 AshinGau Baymine BePPPower BiteTheDDDDt ByteYue CalvinKirs Ceng23333 DarvenDuan FreeOnePlus Gabriel39 HappenLee JNSimba Jibing-Li KassieZ Lchangliang LiBinfeng-01 Mryange SWJTU-ZhangLei TangSiyang2001 Tech-Circle-48 Vallishp Yukang-Lian Yulei-Yang airborne12 amorynan bobhan1 cambyzju cjj2010 csun5285 dataroaring deardeng eldenmoon englefly feiniaofeiafei felixwluo freemandealer gavinchou ghkang98 hello-stephen hubgeter hust-hhb jacktengg kaijchen kaka11chen keanji-x liaoxin01 liutang123 luwei16 luzhijing lxr599 morningman morrySnow mrhhsg mymeiyi platoneko qidaye qzsee seawinde shuke987 sollhui starocean999 suxiaogang223 w41ter wangbo wangshuo128 whutpencil wsjz wuwenchi wyxxxcat xiaokang xiedeyantu xinyiZzz xy720 xzj7019 yagagagaga yiguolei yujun777 z404289981 zclllyybb zddr zfr9527 zhangbutao zhangstar333 zhannngchen zhiqiang-hhhh zjj zy-kkk zzzxl1993

zhangm365 commented 22 hours ago

Lakehouse:

Optimized the read logic for Hudi snapshot reads, returning an empty set when the snapshot is empty, consistent with Spark behavior. https://github.com/apache/doris/pull/37702

Is the expression about the hudi query type changed to this way? Hudi snapshot reads ---> Hudi incremental reads