匿名用户pg中的CommitLog buffer对应的参数如何查看
CommitLog buffer 怎么查看大小
我来答
添加附件
收藏
分享
问题补充
1条回答
默认
最新
回答交流
提交
问题信息
请登录之后查看
邀请回答
暂无人订阅该标签,敬请期待~~
墨值悬赏
匿名用户CommitLog buffer 怎么查看大小
There is no specific parameter to control this area of memory. This is automatically managed by the database engine in tiny amounts. This is a shared memory component, which is accessible to all the background server and user processes of a PostgreSQL database.
https://www.postgresql.fastware.com/blog/back-to-basics-with-postgresql-memory-components
评论
有用 0
墨值悬赏