Re: Table size does not include toast size

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Table size does not include toast size
Дата
Msg-id 8475.1261493717@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Table size does not include toast size  (Cédric Villemain <cedric.villemain.debian@gmail.com>)
Список pgsql-hackers
Cédric Villemain <cedric.villemain.debian@gmail.com> writes:
> 2009/12/21 Tom Lane <tgl@sss.pgh.pa.us>:
>> Perhaps invent �pg_table_size() = base table + toast table + toast index
>> and � � � � � � pg_indexes_size() = all other indexes for table
>> giving us the property pg_table_size + pg_indexes_size =
>> pg_total_relation_size

> Did you mean :
>  pg_table_size() = base table + toast table
>  pg_indexes_size() = base indexes + toast indexes
> ?

No.
        regards, tom lane


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: alpha3 release schedule?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Tuplestore should remember the memory context it's created in