TimescaleDB 2.28.3 发布,基于 PostgreSQL 的时序数据库
TimescaleDB 2.28.3 现已发布,此版本较 2.28.2 进行了性能改进和错误修复。官方建议用户尽快升级。
### 错误修复
- [#10082](https://github.com/timescale/timescaledb/pull/10082) 在列式查询执行管道中评估返回`NULL`的函数时出现错误结果
- [#10178](https://github.com/timescale/timescaledb/pull/10178) 修复排序键表达式中包含负常量时排序转换使用不当的问题
- [#10179](https://github.com/timescale/timescaledb/pull/10179) 允许在启用列存储的超表上启用和禁用触发器
- [#10182](https://github.com/timescale/timescaledb/pull/10182) 修复列存储排序下推以检查不同的查询排序键排序规则
- [#10209](https://github.com/timescale/timescaledb/pull/10209) 修复在列式查询执行管道中,`stddev(float4)`和`stddev(float8)`与`avg()`结合使用时可能产生的错误结果
- [#10212](https://github.com/timescale/timescaledb/pull/10212) 修复启用超表压缩时出现的竞态条件
- [#10230](https://github.com/timescale/timescaledb/pull/10230) 压缩`DML`的批量过滤应遵循排序规则
- [#10254](https://github.com/timescale/timescaledb/pull/10254) 直接删除操作无法处理带有`NULL`值的数组谓词,删除的行数超过了预期([#10129](https://github.com/timescale/timescaledb/pull/10129))
- [#10257](https://github.com/timescale/timescaledb/pull/10257) 尽可能重用现有`dimension_slice` ID
- [#10265](https://github.com/timescale/timescaledb/pull/10265) 在尝试重命名之前截断约束名称
更新说明:[https://github.com/timescale/timescaledb/releases/tag/2.28.3](https://github.com/timescale/timescaledb/releases/tag/2.28.3)
---
原文链接:[点击查看](https://www.oschina.net/news/472550/timescaledb-2-28-3-released)
### 错误修复
- [#10082](https://github.com/timescale/timescaledb/pull/10082) 在列式查询执行管道中评估返回`NULL`的函数时出现错误结果
- [#10178](https://github.com/timescale/timescaledb/pull/10178) 修复排序键表达式中包含负常量时排序转换使用不当的问题
- [#10179](https://github.com/timescale/timescaledb/pull/10179) 允许在启用列存储的超表上启用和禁用触发器
- [#10182](https://github.com/timescale/timescaledb/pull/10182) 修复列存储排序下推以检查不同的查询排序键排序规则
- [#10209](https://github.com/timescale/timescaledb/pull/10209) 修复在列式查询执行管道中,`stddev(float4)`和`stddev(float8)`与`avg()`结合使用时可能产生的错误结果
- [#10212](https://github.com/timescale/timescaledb/pull/10212) 修复启用超表压缩时出现的竞态条件
- [#10230](https://github.com/timescale/timescaledb/pull/10230) 压缩`DML`的批量过滤应遵循排序规则
- [#10254](https://github.com/timescale/timescaledb/pull/10254) 直接删除操作无法处理带有`NULL`值的数组谓词,删除的行数超过了预期([#10129](https://github.com/timescale/timescaledb/pull/10129))
- [#10257](https://github.com/timescale/timescaledb/pull/10257) 尽可能重用现有`dimension_slice` ID
- [#10265](https://github.com/timescale/timescaledb/pull/10265) 在尝试重命名之前截断约束名称
更新说明:[https://github.com/timescale/timescaledb/releases/tag/2.28.3](https://github.com/timescale/timescaledb/releases/tag/2.28.3)
---
原文链接:[点击查看](https://www.oschina.net/news/472550/timescaledb-2-28-3-released)
评论
暂无评论。