-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
Previous Release Note 2.0.10
Thanks to our community users and developers, about 123 improvements and bug fixes have been made in Doris 2.0.11 version.
1 Behavior change
- Since the inverted index is now mature and stable, it can replace the old BITMAP INDEX. Therefore, any newly created
BITMAP INDEXwill automatically switch to anINVERTED INDEX, while existingBITMAP INDEXwill remain unchanged. This entire switching process is transparent to the user, with no changes to writing or querying. Additionally, users can disable this automatic switch by setting the FE configurationenable_create_bitmap_index_as_inverted_indexto false.
2 New features
N/A
3 Improvement and optimizations
- Add trino jdbc catalog type mapping for JSON and TIME
- FE exit when failed to transfer to (non)master to prevent unknown state and too many logs
- Write audit log while doing drop stats table.
- Ignore min/max column stats if table is partially analyzed to avoid inefficient query plan
- Support minus operation for set like
set1 - set2 - Improve perfmance of LIKE and REGEXP clause with concat(col, pattern_str), eg.
col1 LIKE concat('%', col2, '%') - Add query options for short circuit queries for upgrade compatibility
See the complete list of improvements and bug fixes on github .
Big Thanks
Thanks all who contribute to this release:
@924060929
@airborne12
@AshinGau
@BePPPower
@BiteTheDDDDt
@ByteYue
@CalvinKirs
@cambyzju
@csun5285
@dataroaring
@eldenmoon
@englefly
@feiniaofeiafei
@Gabriel39
@GoGoWen
@HHoflittlefish777
@hubgeter
@jacktengg
@jackwener
@jeffreys-cat
@Jibing-Li
@kaka11chen
@kobe6th
@LiBinfeng-01
@mongo360
@morningman
@morrySnow
@mrhhsg
@Mryange
@nextdreamblue
@qidaye
@sjyango
@starocean999
@swjtu-zhanglei
@w41ter
@wangbo
@wsjz
@wuwenchi
@xiaokang
@XieJiann
@xy720
@yujun777
@Yukang-Lian
@Yulei-Yang
@zclllyybb
@zddr
@zhangstar333
@zhiqiang-hhhh
@zy-kkk
@zzzxl1993