Simon Windsor wrote: [pg_largeobject keeps growing] > The data only has to be kept for a few days, and generally the system is > performing well, but as stated in the email, regular use of vacuumlo, vacuum > and autovacuum leaves the OS disc space slowly shrinking. > > As a last resort this week, I'm going to get 500+GB of extra file store > added, add a tablespace and move pg_largeobjects to this area. Then use > CLUSTER to rebuild pg_largeobjects back in the default tablespace. This > should fix things I hope, and if needed I'll use Cluster regularly. You did not pay attention. Did you verify that large objects actually get deleted in your system? If not, no magic will ever make pg_largeobject shrink. In current PostgreSQL, CLUSTER essentially does the same as VACUUM FULL. Yours, Laurenz Albe -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general