Server:CentOS Linux release 7.6.1810 (Core) (3.10.0-957.el7.x86_64)
openGauss:2.0.0 企业版 centos_x86_64
DataStudio:2.0.0 windows_x86_64
查看内存配置信息
postgres=# select name,setting,source from pg_settings where name like '%work_mem%';
name | setting | source
----------------------+---------+--------------------
maintenance_work_mem | 131072 | configuration file
psort_work_mem | 524288 | default
work_mem | 65536 | configuration file
复制
postgres=# select name,short_desc,extra_desc from pg_settings where name like '%work_mem%';
name | short_desc | extr
a_desc
----------------------+----------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------
maintenance_work_mem | Sets the maximum memory to be used for maintenance operations. | This includes operations such as VACUUM and CREATE INDEX.
psort_work_mem | Sets the maximum memory to be used for partial sort. | This much memory can be used by each internal partial sort operation before switching to temporary disk files.
work_mem | Sets the maximum memory to be used for query workspaces. | This much memory can be used by each internal sort operation and hash table before switching to temporary disk files.
(3 rows)
复制
配置文件
[omm@node1 ~]$ cd /opt/huawei/install/data/dn/
[omm@node1 dn]$ cat postgresql.conf | grep 'work_mem'
work_mem = 64MB # min 64kB
maintenance_work_mem = 128MB # min 1MB
[omm@node1 dn]$
复制
相关链接
欢迎各位同学一起来交流学习心得!
最后修改时间:2021-12-16 18:23:58
「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。
评论
相关阅读
内蒙古公司成功完成新一代BOSS云原生系统割接上线
openGauss
188次阅读
2025-03-24 09:40:40
第4期 openGauss 中级认证OGCP直播班招生中!3月30日开课
墨天轮小教习
153次阅读
2025-03-17 15:48:40
openGauss 7.0.0-RC1 版本正式发布!
Gauss松鼠会
111次阅读
2025-04-01 12:27:03
openGauss 7.0.0-RC1 版本体验:一主一备快速安装指南
孙莹
76次阅读
2025-04-01 10:30:07
从数据库源码比较 PostgreSql和OpenGauss的启动过程
maozicb
67次阅读
2025-03-24 15:55:04
一文快速上手openGauss
进击的CJR
61次阅读
2025-03-26 16:12:54
openGauss HASH JOIN原理
lbsswhu
57次阅读
2025-03-18 10:45:01
openGauss 学习之路:集群部署实战探索
openGauss
43次阅读
2025-03-21 10:34:13
2025年3月国产数据库大事记
墨天轮编辑部
38次阅读
2025-04-03 15:21:16
openGauss问题记录:开启备机归档且备机stop情况下,执行gs_probackup失败
zym
38次阅读
2025-03-18 19:06:13