citus 11 发布了
citus 11 就在昨天ga 了,企业特性都开源了,以后可以高效无顾虑的使用citus ,官方博客发布的一片博客值得学习
核心部分
- 企业特性开源
- 任何节点可以查询分布式表
- 预览特性 分布式表的trigger
开源的企业核心特性
- 数据的重新分布使用了逻辑复制,避免了写入的阻塞
- 多用户支持(角色,授权,行级权限)
- 多租户应用隔离
- 更好的处理内部节点的认证
- 基于连接池的内部连接路由
- 数据加载优化
说明
开源的企业特性是不少的,以上是部分核心,github 包含了不少
参考资料
https://www.citusdata.com/blog/2022/06/17/citus-11-goes-fully-open-source/#any-node
https://github.com/citusdata/citus/releases/tag/v11.0.2
https://www.citusdata.com/blog/2022/03/26/test-drive-citus-11-beta-for-postgres/#section2
https://github.com/citusdata/citus/blob/master/CHANGELOG.md
citus 11 就在昨天ga 了,企业特性都开源了,以后可以高效无顾虑的使用citus ,官方博客发布的一片博客值得学习
核心部分
- 企业特性开源
- 任何节点可以查询分布式表
- 预览特性 分布式表的trigger
开源的企业核心特性
- 数据的重新分布使用了逻辑复制,避免了写入的阻塞
- 多用户支持(角色,授权,行级权限)
- 多租户应用隔离
- 更好的处理内部节点的认证
- 基于连接池的内部连接路由
- 数据加载优化
说明
开源的企业特性是不少的,以上是部分核心,github 包含了不少
参考资料
https://www.citusdata.com/blog/2022/06/17/citus-11-goes-fully-open-source/#any-node
https://github.com/citusdata/citus/releases/tag/v11.0.2
https://www.citusdata.com/blog/2022/03/26/test-drive-citus-11-beta-for-postgres/#section2
https://github.com/citusdata/citus/blob/master/CHANGELOG.md