Re: organization file - Mailing list pgsql-docs

From Thomas Lockhart
Subject Re: organization file
Date
Msg-id 3A2FB3E1.373766F8@alumni.caltech.edu
Whole thread Raw
In response to organization file  ("Ivan Hernández" <ivanx@abulafia.fciencias.unam.mx>)
List pgsql-docs
> hi, yes a was talking about the first: the file format of tables. I was
> reading about diferent file organizations (structures): sequential, heal,
> ring, multi ring, etc...

afaik most of the files are sequential in nature, with some record
updates happening in the middle to mark records as "obsolete". So data
is added on to the end, which is why running VACUUM is so important.

> I look for some info in the documentation but i
> didn't find nothing, also i'm interested about the recovery system of
> postgresql.... i hope that you can give me some hints about where i can
> look for it....

In previous releases, since all files are written sequentially the
recovery system is very simple. For the upcoming 7.1 release with WAL,
there is likely more done, but I'm not familiar with the details.

Somebody want to write a (short) description? I'll include it in the
docs...

                     - Thomas

pgsql-docs by date:

Previous
From: "Ivan Hernández"
Date:
Subject: Re: organization file
Next
From: Bruce Momjian
Date:
Subject: Re: An incorrect example in /docs/user/sql-select.htm