Steve Crawford <[EMAIL PROTECTED]> writes: > My autovacuum config is running and I do see regular periodic vacuums > of these pg_ tables but still they grow.
Do you have the FSM settings set large enough to account for all the free space? Also you might want to check for newer versions of autovacuum. I recall that the earlier releases had bugs that sometimes made it skip vacuuming tables that should be vacuumed. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match