-
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
Release Note 3.0.2 #41558
Comments
行为变更存储其他
新特性存储
存算分离
Lakehouse
异步物化视图查询优化器
查询执行
半结构化数据管理其他
改进导入
存储
存算分离
Lakehouse
异步物化视图
MySQL兼容性查询优化器
查询执行
半结构化数据管理
兼容性
其他
缺陷修复导入
存储
存算分离
Lakehouse
MySQL兼容性异步物化视图
同步物化视图
查询优化器
查询执行
半结构化数据管理
其他 |
Thanks all who contribute to this release: 924060929 BePPPower BiteTheDDDDt ByteYue CalvinKirs Ceng23333 ChenPeng2013 DarvenDuan Gabriel39 HappenLee Jibing-Li Johnnyssc Lchangliang LiBinfeng-01 Mryange SWJTU-ZhangLei TangSiyang2001 Toms1999 Vallishp WinkerDu Yukang-Lian Yulei-Yang airborne12 amorynan biohazard4321 bobhan1 caiconghui cambyzju catpineapple cjj2010 csun5285 dataroaring deardeng eldenmoon elon-X englefly feiniaofeiafei felixwluo freemandealer gavinchou glzhao89 hello-stephen htyoung hubgeter hust-hhb jacktengg justfortaste kaijchen kaka11chen liaoxin01 liutang123 lsy3993 luwei16 morningman morrySnow mrhhsg mymeiyi nextdreamblue platoneko qidaye qzsee seawinde smallx sollhui starocean999 superdiaodiao suxiaogang223 w41ter wangbo wangshuo128 wsjz wuwenchi wyxxxcat xiaokang xinyiZzz xzj7019 yagagagaga yiguolei yujun777 zclllyybb zddr zfr9527 zhangstar333 zhannngchen zhiqiang-hhhh zy-kkk zzzxl1993 |
This version is product ready release. We strongly recommend to use this version instead of other previous 3.0.x (x<2) for compute-storage decoupled mode.
Behavioral Changes
Storage
SHOW PARTITIONS
command now displays theCommittedVersion
of partitions. #28274Other
fe.log
now includes file line number information. If performance issues are encountered due to line number output, please switch to BRIEF mode. #39419ENABLE_PREPARED_STMT_AUDIT_LOG
has been changed fromtrue
tofalse
, and the audit log of prepare statements will no longer be printed. #38865max_allowed_packet
has been adjusted from 1MB to 16MB to align with MySQL 8.4. #38697New Features
Storage
Compute-Storage Decoupled
ALTER
statements. #38685 #37606enable_segment_cache
has been added to control whether to use segment cache during queries (default istrue
). #37141Lakehouse
catalog_meta_cache_statistics
has been added to view the usage of various metadata caches in External Catalog. #40155Asynchronous Materialized Views
Query Optimizer
is [not] true/false
expressions. #38623Query Execution
workload_group_privileges
has been added to view permission information related to workload groups. #38436workload_group_resource_usage
has been added to monitor resource statistics of workload groups. #39177information_schema.partitions
has been added to view some table creation attributes. #40636Semi-Structured Data Management
Other
SHOW
statement to display BE's configuration information, such asSHOW BACKEND CONFIG LIKE ${pattern}
. #36525Improvements
Load
ReceiveDataTimeMs
, which can quickly determine slow stream load issues caused by network reasons. #40735Storage
Compute-Storage Decoupled
/MetaService/http/show_meta_ranges
to facilitate the statistics of KV distribution in FDB. #39208version_comment
(Cloud Mode) to display the current deployment mode as compute-storage decoupled. #38269/api/file_cache?op=hash
to facilitate the calculation of the hash file names of segment files on disk. #40831SHOW CACHE HOTSPOT
to unify the column name style with otherSHOW
statements. #41322latest_fs()
to avoid binding different storage backends to the same table. #40516Lakehouse
keep_carriage_return
setting to control the reading behavior of the\r
symbol. #39980hive.recursive_directories_table
andhive.ignore_absent_partitions
properties to specify whether to recursively traverse data directories and whether to ignore missing partitions. #39494SHOW CREATE DATABASE
andSHOW CREATE TABLE
for external data sources now display location information. #39179INSERT INTO
statement. #41511IN/NOT IN
predicates. #38390Asynchronous Materialized Views
MySQL Compatibility
Query Optimizer
GROUP_CONCAT
now supports the use of bothDISTINCT
andORDER BY
. #38080Query Execution
IN
filtering conditions. #40917Semi-Structured Data Management
explode_json_array
now supports binary JSON types. #37278add inverted index file size for open file
. #37482Compatibility
Other
Bug Fixes
Load
abortTransaction
did not handle return codes. #41275afterCommit/afterAbort
. #41267Storage
begin; insert into values; commit
. #39295Compute-Storage Decoupled
Lakehouse
MySQL Compatibility
Asynchronous Materialized Views
Synchronous Materialized Views
Query Optimizer
Query Execution
Semi-Structured Data Management
Other
The text was updated successfully, but these errors were encountered: