大家好,从 2024 年 1 月起,我们将推出固定栏目《Cloudberry Database 社区月报》,分享 Cloudberry Database 项目及社区进展,为大家了解 Cloudberry Database 提供一个窗口。今天是 2024 年 1 月社区月报,英文版已发布在 GitHub Discussions[1] 上。
亮点
Cloudberry Database Roadmap 2024 发布
我们在近期发布了 Cloudberry Database Roadmap 2024,也就是 Cloudberry Database 在 2024 年的产品、生态、版本发布等方面的计划,主要和大家同步来年我们要做哪些事情,详情可参见 GitHub Discussions #369[2]。该路线图涵盖内容非常丰富,包括新增功能、内核升级、流处理、湖仓一体、AI/机器学习、生态以及版本发布等。
我们期待社区成员积极反馈、讨论,共同推动 Cloudberry Database 的发展。
新版网站上线
在 2024 年初,期待已久的 Cloudberry Database 新版官网上线,令人耳目一新。新版官网统一了整体视觉样式,确保大家在浏览网站时拥有一致的体验;同时,梳理现有页面内容并做统筹,增强系统性。

接下来,我们将继续保持开发,如计划支持响应式布局、支持日光模式以及更多功能,敬请期待!
Pull Requests
• Fix: unstable ao vacuum icw test #376[3] by @jiaqizho
• Don't inherit parent's reloptions if child partition's AM differs #375[4] by @yjhjstz
• Extend a new AM method to do acquire sample rows. #374[5] by @wenchaozhang-123
• Fix configue not consistent with configure.ac #373[6] by @lss602726449
• Fix CopyCreateStmtFields, lost intoPolicy field. #372[7] by @yjhjstz
• As ci will failed in upterm stage, revert it now. #371[8] by @wenchaozhang-123
• [AQUMV] Use view's TupleDesc to construct final columns. #366[9] by @avamingli
• Fix AO/AOCS insertDesc memory issue. #365[10] by @avamingli
• Fix greenplum_path.sh change PATH #363[11] by @Ray-Eldath
• make
shareinput_Xslice_dsm_handle_ptr
andshareinput_Xslice_hash
non-static #361[12] by @shmiwy• [Answer Query Using Materialized Views] Support ORDER BY in origin query #358[13] by @avamingli
• [AQUMV] Avoid misbehaviors that are not supported currently. #357[14] by @avamingli
• gpssh: removing b and \r getting added to command output #355[15] by @wenchaozhang-123
• [Answer Query Using Materialized Views] Support HAVING clause in origin query #354[16] by @avamingli
Issues
• [Bug] a table specified with "appendonly=true, orientation=column" appears not as an ao table #368[17] by @congxuebin
• [Bug] Copy from will fail when talble is ao_row #364[18] by @shmiwy
• ERROR: found two entries in pg_aocsseg_73427122 #362[19] by @liyxbeijing
• TeardownTCPInterconnect issue when interconnect type set as TCP #360[20] by @liyxbeijing
• ic-proxy: interconnect error: connection closed prematurely #359[21] by @liyxbeijing
工具与生态
gpbackup for Cloudberry Database
是为 Cloudberry Database 打造的一款数据备份与恢复工具,在 1 月份发布了 v1.0.3 版本,你可以从 GitHub 仓库[22] 下载最新版本。
致谢贡献者
🎈️🎊️ 致谢贡献者们!正是每个社区成员的努力,Cloudberry Database 才变得越来越好:
@jiaqizho, @yjhjstz, @wenchaozhang-123, @lss602726449, @avamingli, @Ray-Eldath, @shmiwy, @congxuebin, @liyxbeijing, @tuhaihe, @TomShawn, @IdaLee666, @vitalboyzf
加入我们
Cloudberry Database 作为面向分析和 AI 场景打造的下一代统一型开源数据库,致力于构建开放、友好、中立的开源社区,欢迎越来越多的人加入社区,参与到 Cloudberry Database 发展中来。
如果你对贡献有兴趣,可查看我们的贡献指南[23]了解详情。
你在学习和使用 Cloudberry Database 过程中,遇到任何问题,都可以通过官方支持渠道[24]获得帮助。
引用链接
[1]
GitHub Discussions: https://github.com/orgs/cloudberrydb/discussions/378[2]
GitHub Discussions #369: https://github.com/orgs/cloudberrydb/discussions/369[3]
Fix: unstable ao vacuum icw test #376: https://github.com/cloudberrydb/cloudberrydb/pull/376[4]
Don't inherit parent's reloptions if child partition's AM differs #375: https://github.com/cloudberrydb/cloudberrydb/pull/375[5]
Extend a new AM method to do acquire sample rows. #374: https://github.com/cloudberrydb/cloudberrydb/pull/374[6]
Fix configue not consistent with configure.ac #373: https://github.com/cloudberrydb/cloudberrydb/pull/373[7]
Fix CopyCreateStmtFields, lost intoPolicy field. #372: https://github.com/cloudberrydb/cloudberrydb/pull/372[8]
As ci will failed in upterm stage, revert it now. #371: https://github.com/cloudberrydb/cloudberrydb/pull/371[9]
[AQUMV] Use view's TupleDesc to construct final columns. #366: https://github.com/cloudberrydb/cloudberrydb/pull/366[10]
Fix AO/AOCS insertDesc memory issue. #365: https://github.com/cloudberrydb/cloudberrydb/pull/365[11]
Fix greenplum_path.sh change PATH #363: https://github.com/cloudberrydb/cloudberrydb/pull/363[12]
make shareinput_Xslice_dsm_handle_ptr
and shareinput_Xslice_hash
non-static #361: https://github.com/cloudberrydb/cloudberrydb/pull/361[13]
[Answer Query Using Materialized Views] Support ORDER BY in origin query #358: https://github.com/cloudberrydb/cloudberrydb/pull/358[14]
[AQUMV] Avoid misbehaviors that are not supported currently. #357: https://github.com/cloudberrydb/cloudberrydb/pull/357[15]
gpssh: removing b and \r getting added to command output #355: https://github.com/cloudberrydb/cloudberrydb/pull/355[16]
[Answer Query Using Materialized Views] Support HAVING clause in origin query #354: https://github.com/cloudberrydb/cloudberrydb/pull/354[17]
[Bug] a table specified with "appendonly=true, orientation=column" appears not as an ao table #368: https://github.com/cloudberrydb/cloudberrydb/issues/368[18]
[Bug] Copy from will fail when talble is ao_row #364: https://github.com/cloudberrydb/cloudberrydb/issues/364[19]
ERROR: found two entries in pg_aocsseg_73427122 #362: https://github.com/cloudberrydb/cloudberrydb/issues/362[20]
TeardownTCPInterconnect issue when interconnect type set as TCP #360: https://github.com/cloudberrydb/cloudberrydb/issues/360[21]
ic-proxy: interconnect error: connection closed prematurely #359: https://github.com/cloudberrydb/cloudberrydb/issues/359[22]
GitHub 仓库: https://github.com/cloudberrydb/gpbackup[23]
贡献指南: https://cloudberrydb.org/contribute[24]
官方支持渠道: https://cloudberrydb.org/support
关于 Cloudberry Database
Cloudberry Database(可简称为“CBDB”或“CloudberryDB”)是面向分析和 AI 场景打造的下一代统一型开源数据库,基于 PostgreSQL 14.4 内核与 Greenplum Database 分布式架构,兼容 PostgreSQL 和 Greenplum 生态,遵循 Apache License 2.0 许可协议,致力于构建开放、友好、中立的开源社区。
GitHub 地址:https://github.com/cloudberrydb/cloudberrydb
官网主页:https://cloudberrydb.org/
👇🏻️扫码加入 Cloudberry Database 交流群👇🏻️

👇🏻️关注公众号👇🏻️
⭐️为 Cloudberry Database 点个赞吧!⭐️




