Release Notes:
We have released a new version 3.23.08.0.
Features:
- [#3831] Support OLAP/OLTP mixed load. More Detail, see doc.
- [#3832] New ManagerFrontWorker thread pool for management side. More Detail, see doc.
- [#3833] Supports monitoring of some timing threads and interrupt operations of some threads. More Detail, see doc.
- [#3834] Optimize and unify dble related internal statistics. More Detail, see doc.
- [#3838] Strengthen the handling of captured thread ‘error’ exceptions.
Bug-fixes:
- [#3835] When dble starts, some asynchronous initialization tasks take a long time
- [#3836] When the lower_case_table_name of the backend is inconsistent, some operations of dble do not meet expectations.
- Fix some DDL issues
- Fix clickhouse synchronization variable error when reloading
- Supports specifyCharset attribute configuration for ChildTable
Breaking backward compatibility:
特性:
- [#3831] 支持 OLAP/OLTP 混合负载. 更多详细信息,请参阅 doc.
- [#3832] ManagerFrontWorker 独立管理端线程池. 更多详细信息,请参阅 doc.
- [#3833] 支持监控部分定时线程以及部分线程的中断操作. 更多详细信息,请参阅 doc.
- [#3834] 优化并统一dble相关内部统计信息. 更多详细信息,请参阅 doc.
- [#3838] 加强对捕获的线程“错误”异常的处理.
缺陷修复:
- [#3835] dble启动时,某些异步初始化任务需要很长时间
- [#3836] 后端的lower_case_table_name不一致时,dble部分操作不符合预期
- 修复一些 DDL 问题
- 修复重新加载时clickhouse同步变量错误
- ChildTable支持specifyCharset属性配置