xiaokang commented on issue #35700:
URL: https://github.com/apache/doris/issues/35700#issuecomment-2146540375
中文版本
## 1 行为变更
- 由于倒排索引已经成熟稳定,可以替换老的BITMAP INDEX,因此后续新建 BITMAP INDEX 会自动切换成 INVERTED
INDEX,而已经创建的 BITMAP INDEX 保持不变。用户可以修改FE配置
enable_create_bitmap_index_as_inverted_index = false 来关闭该自动切换。
- https://github.com/apache/doris/pull/35528
## 2 新功能
无
## 3 改进和优化
- 为JSON和TIME添加Trino JDBC catalog类型映射。
- 在无法转移到(非)主节点时,FE退出以防止未知状态和过多日志。
- 在删除统计表时写入审计日志。
- 如果表只进行了部分分析,忽略最小/最大列统计以避免低效的查询计划。
- 支持集合操作减法,例如`set1 - set2`。
- 使用concat(col, pattern_str)改进LIKE和REGEXP子句的性能,例如:`col1 LIKE concat('%',
col2, '%')`。
- 添加查询选项以支持短路查询,保证升级兼容性。
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]