Re: organization file

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: organization file
Дата
Msg-id 3A2FB3E1.373766F8@alumni.caltech.edu
обсуждение исходный текст
Ответ на organization file  ("Ivan Hernández" <ivanx@abulafia.fciencias.unam.mx>)
Список 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 по дате отправления:

Предыдущее
От: "Ivan Hernández"
Дата:
Сообщение: Re: organization file
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: An incorrect example in /docs/user/sql-select.htm