xiaokang commented on issue #34380: URL: https://github.com/apache/doris/issues/34380#issuecomment-2106107721
中文版本 ## 1 行为变更 无 ## 2 新功能 无 ## 3 改进和优化 - 增加了`read_only`和`super_read_only`变量以保持和MySQL兼容 - 仅在IO_ERROR的错误才把数据目录加入broken list,防止fd超限等错误导致误加入 - 基于外表CTAS创建新表时,把varchar类型转成string类型 - 支持把Paimon的Row类型映射成Doris的Struct类型 - 在创建tablet选择数据盘时,允许存在少量的倾斜 - 对`set replica drop`命令记录editlog,以防止在follower节点执行命令后,其状态显示不正确 - schema change 内存自适应避免内存超限 - 倒排索引中 unicode 分词器可以配置不使用停用词 -- 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]
