Re: pg_toast

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Mike angelo <angelocmp@xxxxxxxxx> writes:
> Reindexing produced no reduction in size of the table in question, and a VACUUM ANALYZE VERBOSE pg_toast_293523 produced the message: 

>     skipping "pg_toast_293523" --- cannot vacuum indexes, views, or special system tables. 

Issue the vacuum against the owning table instead.  (If you're not sure
which that is, joining pg_class.reltoastrelid to pg_class.oid will
help.)

In general it sounds like you need to crank up the aggressiveness of
autovacuum, and perhaps look at whether your application is doing
useless updates on very wide fields.

			regards, tom lane

-- 
Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux