Postgresql資料庫autovacuum進程啟動失敗

來源:互聯網
上載者:User

標籤:autovacuum異常

最近線上Postgresql資料庫中其中幾台伺服器更新時變得非常慢,經過排查和對比,發現時因為autovacuum未啟動導致的。


1、使用表pg_stat_all_tables查看autovacuum執行記錄

select schemaname,relname,last_autovacuum,last_autoanalyze from pg_stat_all_tables;

650) this.width=650;" src="http://s3.51cto.com/wyfs02/M02/47/61/wKioL1P5_8qwmN2gAAEZ9Q0KloA474.jpg" title="3.png" alt="wKioL1P5_8qwmN2gAAEZ9Q0KloA474.jpg" />如,發現所有的對象對應的analyze及vacuum執行記錄均為空白。


2、使用ps -ef | grep postgres發現postgres對應的analyze及vacuum進程均未啟動

3、查看postgres.conf檔案及show all查看autovacuum選項設定正常

autovacuum = on


4、查看文檔autovacuum啟動的三個條件如下:

a)       設定 autovacuum = on

b)       設定 track_counts = on

c)       設定 /etc/hosts #能 ping通 localhost(該條件之前不滿足)

原來是這個原因導致的,最開始的時候因為項目特殊原因/etc/hosts檔案中為設定localhost。

後來添加localhosts以後未重啟Postgresql,導致track_counts在沒有設定localhosts的情況下預設為off狀態,而analyze及vacuum也無法啟動,從而資料庫對應表的統計資訊及vacuum均未能成功執行。


5、找到原因以後,安排維護時間重啟資料庫以後,資料庫恢複正常



本文出自 “composer” 部落格,請務必保留此出處http://zuoqujia.blog.51cto.com/9151800/1544236

Postgresql資料庫autovacuum進程啟動失敗

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.