any need to manually VACUUM?

The Orthanc Book says:

  • Make sure to periodically run the VACUUM SQL command on the PostgreSQL database in order to reclaim the storage space that is occupied by rows that have been deleted from the database (e.g. in a cron job).

Is this relevant if one is using a modern postgres (e.g., 13) with AUTOVACUUM enabled (as it is by default)?

Daniel

Hello,

Thanks for the heads up. I have just added a sentence about the autovacuum daemon:
https://book.orthanc-server.com/faq/scalability.html#recommended-setup-for-best-performance

Sébastien-