Why does PostgresQL query performance drop over time, but restored when rebuilding index

后端 未结 5 1213
慢半拍i
慢半拍i 2021-01-31 18:59

According to this page in the manual, indexes don\'t need to be maintained. However, we are running with a PostgresQL table that has a continuous rate of upd

5条回答
  •  無奈伤痛
    2021-01-31 19:22

    That's a textbook case. You should setup autovacuum to be a lot more aggressive.

提交回复
热议问题