You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 INDEX will automatically switch to an INVERTED INDEX, while existing BITMAP INDEX will 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 configuration enable_create_bitmap_index_as_inverted_index to false.
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
BITMAP INDEX
will automatically switch to anINVERTED INDEX
, while existingBITMAP INDEX
will 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_index
to false.2 New features
N/A
3 Improvement and optimizations
set1 - set2
col1 LIKE concat('%', col2, '%')
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
The text was updated successfully, but these errors were encountered: