Re: estimating table size

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: estimating table size
Дата
Msg-id 15508.1090890552@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: estimating table size  (Ian Barwick <barwick@gmail.com>)
Ответы Re: estimating table size
Список pgsql-general
Ian Barwick <barwick@gmail.com> writes:
> There is a little info in the FAQ:
> http://www.postgresql.org/docs/faqs/FAQ.html
> particularly sections 4.6 and 4.14

I think the calculation in section 4.6 is out of date --- it's been
awhile since row headers were 36 bytes.  The more correct number is
between 24 and 32 bytes depending on whether you created the table
WITH OIDS and whether your machine requires 4- or 8-byte alignment.

            regards, tom lane

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

Предыдущее
От: tgl@sss.pgh.pa.us
Дата:
Сообщение: Re: Mail Authentification
Следующее
От: Tom Lane
Дата:
Сообщение: Re: parsing binary varchar[]-s