How can I know the disk space used by a table?

Поиск
Список
Период
Сортировка
От Andrea Aime
Тема How can I know the disk space used by a table?
Дата
Msg-id 3B6FF873.E0284F04@comune.modena.it
обсуждение исходный текст
Ответы Re: How can I know the disk space used by a table?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi everybody,
is there any way to have an estimate of the disk space used by a table?
Any system table to query, or something like this?
Using record size * record number is not always possible, if you use
a TEXT field the size used is 4+n, so it's dependent on inserted data.
best regards
Andrea Aime

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

Предыдущее
От: Mathieu Arnold
Дата:
Сообщение: Re: minimum hardware for Postgresql Install
Следующее
От: Daniel Åkerud
Дата:
Сообщение: Transactions and timestamps