Open gavinchou opened 6 days ago
enable_cooldown_replica_affinity
会话变量,用以控制冷热分层副本的亲和性。#42677 use_for_rewrite
。当 use_for_rewrite
设置为 false 时,物化视图不参与透明改写。#40332 ngram_search
、normal_cdf
、to_iso8601
、from_iso8601_date
、SESSION_USER()
、last_query_id
函数。#38226 #40695 #41075 #41600 #39575 #40739 aes_encrypt
和 aes_decrypt
函数支持 GCM 模式。#40004 array_match_all
和 array_match_any
。#40605 #43514 array_agg
支持在 ARRAY 中嵌套 ARRAY/MAP/STRUCT。#42009 approx_top_k
和 approx_top_sum
。#44082 bitmap_empty
作为默认值。#40364 insert_timeout
会话变量,用以控制 DELETE 语句的超时时间。#41063 use_path_style
,解决对象存储使用自定义域名的问题。#43060 #43343 #43330 优化了访问 External Catalog 中 information_schema.columns
表的性能。#41659 #41962
使用新的 Max Compute 开放存储 API 访问 Max Compute 数据源。#41614
优化了 Paimon 表 JNI 部分的调度策略,使得扫描任务更加均衡。#43310
支持读取 brotli 压缩格式的 parquet 文件。#42177
在 information_schema
库下新增 file_cache_statistics
表,用于查看元数据缓存统计信息。#42160
match_ipv6_subnet
函数的性能。#38755array overlaps
支持使用倒排索引加速。#41571is_ip_address_in_range
支持使用倒排索引加速。#41571ldap_group_filter
用于自定义过滤 group。#43292Reach limit of connections
错误的问题。#39127调整 segment_cache_fd_percentage
和 inverted_index_fd_number_limit_percent
的默认值。[#42224](https://github.com/apache/doris/pull/42224
logstash 支持 group_commit。#40450
修复后台 compaction 异常情况下可能出现的 fd 和内存泄漏。#42374
倒排索引 match null 正确返回 null 而不是 false。#41786
修复 ngram bloomfilter 索引 bf_size 设置为 65536 时 coredump 的问题。#43645
修复复杂数据类型 JOIN 可能出 coredump 的问题。#40398
修复 TVF JSON 数据 coredump 的问题。#43187
修复 bloom filter 计算日期和时间的精度问题。#43612
修复 IPv6 类型行存 coredump 的问题。#43251
修复关闭 light_schema_change 时使用 VARIANT 类型 coredump 的问题。#40908
提升高并发点查的 cache 性能。#44077
修复删除列时 bloom filter 索引没有同步更新的问题。#43378
修复 es catalog 在数组和标量混合数据等特殊情况下的不稳定问题。#40314 #40385 #43399 #40614
修复异常正则匹配导致的 coredump 问题。#43394
Thanks all who contribute to this release:
924060929 BePPPower BiteTheDDDDt CalvinKirs DarvenDuan Gabriel39 HappenLee HexyinUESTC JNSimba Jibing-Li LiBinfeng-01 Mryange SWJTU-ZhangLei TangSiyang2001 Tech-Circle-48 Toms1999 TszKitLo40 Vallishp Yukang-Lian airborne12 amorynan app/github-actions bobhan1 cambyzju catpineapple cjj2010 csun5285 dataroaring deardeng dtkavin eldenmoon englefly feiniaofeiafei felixwluo freemandealer freesinger gavinchou hello-stephen hubgeter hust-hhb ixzc jacktengg kaijchen kaka11chen liaoxin01 liugddx luwei16 morningman morrySnow mrhhsg mymeiyi nsivarajan qidaye seawinde shuke987 smallx sollhui starocean999 superdiaodiao suxiaogang223 w41ter wangbo wuwenchi wyxxxcat xiaokang xiaoming12306 xinyiZzz xy720 xzj7019 yagagagaga yiguolei yujun777 zclllyybb zddr zfr9527 zhangstar333 zhannngchen zhiqiang-hhhh zxealous zy-kkk zzzxl1993
Behavioral Changes
New Features
enable_cooldown_replica_affinity
to control the affinity of cold and hot tiered replicas. #42677Lakehouse
table$partition
syntax for querying partition information of Hive tables. #40774Asynchronous Materialized Views
use_for_rewrite
. Whenuse_for_rewrite
is set to false, the materialized view does not participate in transparent rewriting. #40332Query Optimizer
Query Execution
ngram_search
,normal_cdf
,to_iso8601
,from_iso8601_date
,SESSION_USER()
,last_query_id
. #38226 #40695 #41075 #41600 #39575 #40739aes_encrypt
andaes_decrypt
functions support GCM mode. #40004Semi-structured Data Management
array_match_all
andarray_match_any
. #40605 #43514array_agg
supports nesting ARRAY/MAP/STRUCT within ARRAY. #42009approx_top_k
andapprox_top_sum
. #44082Improvements
Storage
bitmap_empty
as the default value. #40364insert_timeout
to control the timeout of DELETE statements. #41063Compute-Storage Decoupled
use_path_style
, solving the problem of using custom domain names for object storage. #43060 #43343 #43330Lakehouse
information_schema.columns
table in External Catalog. #41659 #41962file_cache_statistics
table under theinformation_schema
library to view metadata cache statistics. #42160Query Optimizer
Query Execution
match_ipv6_subnet
function. #38755Semi-structured Data Management
array overlaps
supports acceleration using inverted indexes. #41571is_ip_address_in_range
supports acceleration using inverted indexes. #41571Permissions
ldap_group_filter
in LDAP for custom group filtering. #43292Other
Bug Fixes
Storage
Compute-Storage Decoupled
Lakehouse
Asynchronous Materialized Views
Query Optimizer
Query Execution
Reach limit of connections
errors upon connection. #39127Semi-structured Data Management
segment_cache_fd_percentage
andinverted_index_fd_number_limit_percent
. #42224Permissions
Other