-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
Previous Release Note 2.0.13
Thanks to our community users and developers, about 110 improvements and bug fixes have been made in Doris 2.0.14 version
You can access the full list through the GitHub link , with the key features and improvements highlighted below.
1 Behavior change
NA
2 New features
- Adds a REST interface to retrieve the most recent query profile:
curl http://user:password@127.0.0.1:8030/api/profile/text
3 Improvement and optimizations
- Optimizes the primary key point query performance for MOW tables with sequence columns
- Enhances the performance of inverted index queries with many conditions
- Automatically enables the
support_phraseoption when creating a tokenized inverted index to acceleratematch_phrasephrase queries - Supports simplified SQL hints, for example:
SELECT /*+ query_timeout(3000) */ * FROM t; - Automatically retries reading from object storage when encountering a
429error to improve stability - LEFT SEMI / ANTI JOIN terminates subsequent matching execution upon matching a qualifying data row to enhance performance.
- Prevents coredump when returning illegal data to MySQL results
- Unifies the output of type names in lowercase to maintain compatibility with MySQL and be more friendly to BI tools
Big Thanks
Thanks all who contribute to this release:
@924060929
@BiteTheDDDDt
@ByteYue
@CalvinKirs
@GoGoWen
@HappenLee
@Jibing-Li
@Lchangliang
@LiBinfeng-01
@Mryange
@XieJiann
@Yukang-Lian
@Yulei-Yang
@airborne12
@amorynan
@biohazard4321
@cambyzju
@csun5285
@eldenmoon
@englefly
@freemandealer
@hello-stephen
@hubgeter
@kaijchen
@liaoxin01
@luwei16
@morningman
@morrySnow
@mymeiyi
@qidaye
@sollhui
@starocean999
@w41ter
@wuwenchi
@xiaokang
@xy720
@yujun777
@zclllyybb
@zddr
@zhangstar333
@zhiqiang-hhhh
@zy-kkk
@zzzxl1993