| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | mordicus(at)free(dot)fr |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Vacuum problem on large table |
| Date: | 2001-06-05 22:21:10 |
| Message-ID: | 21276.991779670@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
mordicus <mordicus(at)free(dot)fr> writes:
> vacuum verbose analyse record_blob;
> NOTICE: --Relation record_blob--
> NOTICE: Pages 62437: Changed 0, reaped 0, Empty 0, New 0; Tup 1005540: Vac
> 0, Keep/VTL 0/0, Crash 0, UnUsed 0, MinLen 80, MaxLen 2032; Re-using:
> Free/Avail. Space 0/0; EndEmpty/Avail. Pages 0/0. CPU 4.57s/0.37u sec.
> NOTICE: --Relation pg_toast_44260091--
> NOTICE: Pages 1: Changed 0, reaped 0, Empty 0, New 0; Tup 2: Vac 0,
> Keep/VTL 0/0, Crash 0, UnUsed 0, MinLen 63, MaxLen 2034; Re-using:
> Free/Avail. Space 0/0; EndEmpty/Avail. Pages 0/0. CPU 0.00s/0.00u sec.
> NOTICE: Index pg_toast_44260091_idx: Pages 2; Tuples 2. CPU 0.00s/0.00u
> sec.
> NOTICE: Analyzing...
> ERROR: Memory exhausted in AllocSetAlloc(875769886)
This looks like corrupt data --- specifically, a varlena value with a
ridiculous length word --- in your table. Hard to say more with so
little information.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-06-05 22:25:59 | Re: setting PGDATESTYLE |
| Previous Message | Tim Barnard | 2001-06-05 22:19:30 | Re: [ADMIN] Limiting simultaneous connections |