From: | pginfo <pginfo(at)t1(dot)unisoftbg(dot)com> |
---|---|
To: | Antonis Antoniou <a(dot)antoniou(at)albourne(dot)com> |
Cc: | "'pgsql-admin(at)postgresql(dot)org'" <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: vacuum full problem |
Date: | 2003-11-07 15:47:55 |
Message-ID: | 3FABBEAB.D15DBA8@t1.unisoftbg.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi,
I try to reindex and reindex run ok, but the vacuum still not running.
regards,
ivan.
Antonis Antoniou wrote:
> pginfo wrote:
>
> >Hi,
> >I am running pg 7.3.4 on linux red hat 9.0.
> >
> >If I try to execute vacuum full analyze verbose, the pg vacuum some
> >tables and hang after this lines:
> >
> >INFO: --Relation pg_toast.pg_toast_16408--
> >INFO: Pages 0: Changed 0, reaped 0, Empty 0, New 0; Tup 0: Vac 0,
> >Keep/VTL 0/0, UnUsed 0, MinLen 0, MaxLen 0; Re-using: Free/Avail. Space
> >0/0; EndEmpty/Avail. Pages 0/0.
> > CPU 0.00s/0.00u sec elapsed 0.00 sec.
> >INFO: Index pg_toast_16408_index: Pages 1; Tuples 0.
> > CPU 0.00s/0.00u sec elapsed 0.00 sec.
> >
> >After rebooting I can vacuum without any problems.
> >I do not find nothing in my log-file that can point me to this problem.
> >Also the problem comes constantly by me.
> >Any idea or info about this problem?
> >Also I am using pg + java (jboss), but I think vacuum is working normal
> >with it and I have many instalations without this problem.
> >
> Try to "reindex table pg_toast.pg_toast_16408;" Maybe an index is broken.
>
> Many Thanks
> Antonis
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-11-07 15:51:31 | Re: Out of buffer error |
Previous Message | Tom Lane | 2003-11-07 15:45:46 | Re: small table occupies many relpages |