Re: Billions of records?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Billions of records?
Дата
Msg-id 25467.1058393242@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Billions of records?  ("Jim C. Nasby" <jim@nasby.net>)
Ответы Re: Billions of records?  ("Jim C. Nasby" <jim@nasby.net>)
Список pgsql-general
"Jim C. Nasby" <jim@nasby.net> writes:
> On Tue, Jul 15, 2003 at 07:53:37PM +0530, Shridhar Daithankar wrote:
>> Each tuple in postgresql has around 28 bytes of overhead. Index tuple has 12

> Is this accurate?
> http://www.postgresql.org/docs/view.php?version=7.3&idoc=1&file=page.html
> indicates a per-tuple overhead of 23 bytes. Or have things changed in
> 7.4?

He's probably assuming you are using OIDs (which is the default).

> BTW, is there any documentation on the structure of index pages?

Same as heap pages...
http://developer.postgresql.org/docs/postgres/page.html
The index tuple header layout is different from heap tuple headers,
but the other info on that page applies.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Install new language - Prev: Re: Are you frustrated with PostgreSQL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Postgresql "FIFO" Tables, How-To ?