Re: Table size does not include toast size

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Table size does not include toast size
Дата
Msg-id 14660.1261407697@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Table size does not include toast size  (Rafael Martinez <r.m.guerrero@usit.uio.no>)
Ответы Re: Table size does not include toast size
Re: Table size does not include toast size
Список pgsql-hackers
Rafael Martinez <r.m.guerrero@usit.uio.no> writes:
> I wonder why the function pg_relation_size(text) does not take into
> account the space used by toast data in a table when returning the space
> used by the table.

It's not supposed to.  Use pg_total_relation_size if you want a number
that includes index and toast space.
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Minimum perl version supported
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Minimum perl version supported