You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DevOps team should run critical maintenance tasks. This includes making sure the three main DBs we have (CrateDB, MongoDB, Timescale) perform well---e.g. run Postgres vacuums, review resource allocation, make sure we have enough storage capacity, etc.
The DevOps team should run critical maintenance tasks. This includes making sure the three main DBs we have (CrateDB, MongoDB, Timescale) perform well---e.g. run Postgres vacuums, review resource allocation, make sure we have enough storage capacity, etc.
• Postgres Vacuum: https://www.postgresql.org/docs/current/sql-vacuum.html
• MongoDB compact: compact — MongoDB Manual
• Timescale vacuum: https://www.timescale.com/forum/t/what-is-the-right-way-to-vacuum-chunks-after-data-is-deleted/704
Of course, the databases must be backed up first.
The text was updated successfully, but these errors were encountered: