Re: Vacuum problem

From: S H <msq001(at)live(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Vacuum problem
Date: 2013-05-14 16:18:34
Message-ID: BAY155-W40A7B02A7180456D53D529FDA10@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am doing regular insertion/deletion on the same tables .. and running vacuum in an hour...
I suspect there is bloating in my tables.. but how does bloating in pgcatalog is happening is not clear...> Normally vacuum full is NOT required on a regular basis. However, if
> you did something like creation 100M tables and then dropped them, or
> did it one at a time real fast, you could outrun your autovacuum
> daemons and get bloat in the pg catalog tables.
>
> Just offering a possibility for why a connection might be taking a
> long time. There's plenty of other possibilities I'm sure.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2013-05-14 16:54:04 Re: Vacuum problem
Previous Message Scott Marlowe 2013-05-14 16:14:18 Re: Running out of memory on vacuum