Comment 1 for bug 1660439

Revision history for this message
Mike Pontillo (mpontillo) wrote :

We might consider using something like this to avoid the database locking and disk space requirements of the built-in vacuum:

https://github.com/reorg/pg_repack

We need to check if it supports large objects though.