热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

HowdoIknowwhetherautovacuumisenabledinPostgreSQL?

https:access.redhat.comsolutions506533SOLUTIONINPROGRESS-已更新2014年七月10日15:10-English环境Re

https://access.redhat.com/solutions/506533

 SOLUTION IN PROGRESS - 已更新 2014年七月10日15:10 - 

English 


环境


  • Red Hat Enterprise Linux 6
  • postgresql

问题


  • How do I know whether autovacuum is enabled?
  • "autovacuum = on" is commented out in the postgresql.conf. What is the default value, on or off?

决议


  • autovacuum is on by default. To confirm, look for the following output in pg_log/postgresql-.log during startup:

Raw

LOG: autovacuum launcher started

  • check autovacuum launcher process by ps

Raw

# ps aux|grep autovacuum
root 6464 0.0 0.0 103252 828 pts/0 R+ 07:52 0:00 grep autovacuum
postgres 27754 0.0 0.0 602780 804 ? Ss Jul03 0:28 postgres: autovacuum launcher process

推荐阅读
author-avatar
读书洗_心__灵_780
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有