| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
| Cc: | Curt Sampson <cjs(at)cynic(dot)net>, jtp <john(at)akadine(dot)com>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: On-Disk Tuple Size |
| Date: | 2002-04-20 15:27:51 |
| Message-ID: | 23456.1019316471@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers |
Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:
> Well, from my examination of the on-disk data the CTID stored there is the
> same as its location in the file, so it could just be filled in while
> reading.
Nope. CTID is used as a forward link from an updated tuple to its newer
version.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Nigel J. Andrews | 2002-04-20 15:49:25 | Re: ROWTYPE as parameter to function |
| Previous Message | Ron Snyder | 2002-04-20 14:21:50 | Re: Backup very large databases |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-04-20 15:57:11 | Re: On-disk Tuple Size |
| Previous Message | Martijn van Oosterhout | 2002-04-20 14:22:17 | Documentation on page files |