Greenplum Database
随着各项工作的稳步推进,Greenplum Database 7 已经越来越接近正式发布。欢迎继续使用并提供反馈和建议,以便我们进一步改进GPDB 7。
Greenplum 团队持续推进GPDB 7的功能和问题修复,在7.0.0-beta.3 的基础上,7.0.0-beta.4 大约有260次代码提交。
✦
Greenplum 7 Beta.4 新特性:
- 支持扩展组件 PostGIS 3.3
- 为 RHEL 9提供客户端和加载工具包。
- 支持 PL/Python 3.9,PL/Python 2.7 的扩展和文档已被删除,不再支持 Python 2。
- 在 gp_configuration_history表中,desc 列被重新命名为description。
- Greenplum为基于资源组的资源管理引入重要变化,包括以下内容:
gp_resource_manager服务器配置参数设置的改变。 具体如下:
none - 将Greenplum Database 配置为不使用任何资源管理器,这是默认配置。
group - 配置Greenplum Database 使用资源组,并以Linux cgroup v1版本的功能为基础。
group-v2 - 配置Greenplum Database 使用资源组,并以Linux cgroup v2版本的功能为基础。
queue - 配置Greenplum Database 使用资源队列。
Greenplum Database 支持新的服务器配置参数 gp_resgroup_memory_query_fixed_mem 允许用户在会话(Session)级别覆盖为资源组中所有查询保留的固定内存用量。 删除 gp_resgroup_status_per_segment 系统视图。 cpu_usage 和 memory_usage 字段从 gp_resgroup_status系统视图移至 gp_resgroup_status_per_host系统视图。 用户可以使用CREATE RESOURCE GROUP和ALTER RESOURCE GROUP SQL命令配置三个新的资源组属性: CPU_MAX_PERCENT,用于配置资源组可以使用的最大CPU资源量。 CPU_WEIGHT,用于配置资源组的调度优先级。 MIN_COST,配置查询计划在资源组中保留的最低查询成本。 以下资源组属性已被删除: CPU_RATE_LIMIT MEMORY_AUDITOR MEMORY_SPILL_RATIO MEMORY_SHARED_QUOTA 下列服务器配置参数已从Greenplum Database中删除: gp_hashagg_default_nbatches gp_hashagg_groups_per_bucket gp_resource_group_enable_recalculate_query_mem gp_resource_group_memory_limit gp_resource_group_cpu_ceiling_enforcement
gp_stat_all_indexes_summary gp_stat_all_tables_summary gp_stat_archiver_summary gp_stat_bgwriter_summary gp_stat_database_summary gp_stat_progress_analyze_summary gp_stat_progress_basebackup_summary gp_stat_progress_copy_summary gp_stat_progress_cluster_summary gp_stat_progress_create_index_summary gp_stat_progress_vacuum_summary gp_stat_slru_summary gp_stat_sys_indexes_summary gp_stat_user_functions_summary gp_stat_user_indexes_summary gp_stat_wal_summary gp_stat_xact_all_tables_summary gp_stat_xact_sys_tables_summary gp_stat_xact_user_functions_summary gp_stat_xact_user_tables_summary gp_statio_all_indexes_summary gp_statio_all_sequences_summary gp_statio_all_tables_summary gp_statio_sys_indexes_summary gp_statio_sys_sequences_summary gp_statio_sys_tables_summary gp_statio_user_indexes_summary gp_statio_user_sequences_summary gp_statio_user_tables_summary
✦
关于Beta版本
✦
相关链接:

来一波 “在看”、“分享”和 “赞” 吧!
最后修改时间:2023-06-29 10:55:59
文章转载自Greenplum中文社区,如果涉嫌侵权,请发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。




