disk pages, buffers and blocks

Поиск
Список
Период
Сортировка
От Alice Lottini
Тема disk pages, buffers and blocks
Дата
Msg-id 20030206163001.400.qmail@web13708.mail.yahoo.com
обсуждение исходный текст
Ответы Re: disk pages, buffers and blocks  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,
we'd like to know how disk pages map to disk blocks.
In particular, looking at the code it seems that one
page can be built on several disk blocks while in the
first lines of bufpage.h it is said that "a postgres
disk page is an abstraction layered on top of *a*
postgres disk block".
As a matter of fact, it looks quite reasonable to have
more than a block per page.
We've also found out that a postgres buffer contains
exactly one disk block, but we'd like to understand
how pages, blocks and buffers relate to each other.

Thank you very much for your help!
regards, alice and lorena


______________________________________________________________________
Yahoo! Cellulari: loghi, suonerie, picture message per il tuo telefonino
http://it.yahoo.com/mail_it/foot/?http://it.mobile.yahoo.com/index2002.html


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: [GENERAL] databases limit
Следующее
От: Tom Lane
Дата:
Сообщение: Re: disk pages, buffers and blocks