Project: PostgreSQL Routine Database Maintenance

Created on 7 May 2019  路  1Comment  路  Source: kubedb/project

PostgreSQL needs some tasks to be run regularly (vacuum (incl. full or freeze), reindex, analyse, cluster), please add support for these tasks in dem Postgres-CRD.

Tasks could have multiple schedules, for example:

  • run vacuum on some special table every 2 hours,
  • vacuum all tables once per night, and run
  • vacuum full and reindex once per week.

Documentation: https://www.postgresql.org/docs/current/maintenance.html

feature_request

Most helpful comment

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.97. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

>All comments

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.97. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Was this page helpful?
0 / 5 - 0 ratings