Re: Postgres Database size

Поиск
Список
Период
Сортировка
От Tomi N/A
Тема Re: Postgres Database size
Дата
Msg-id d487eb8e0703171612r406c9f1at2ba60716161e381@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Postgres Database size  (Tino Wildenhain <tino@wildenhain.de>)
Список pgsql-general
For small and moderate size databases, I find that the simplest way to
estimate the database size is to do:

du -ks /var/lib/postgresql/data
...create a new database, restore a backup of the database in whose
size you're interested in
du -ks /var/lib/postgresql/data

Compare the first and second "du" output and you get possibly the
exact size of the database.

Cheers,
t.n.a.

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

Предыдущее
От: louis gonzales
Дата:
Сообщение: Re: Practical question.
Следующее
От: Christian Schröder
Дата:
Сообщение: Re: issue with SELECT settval(..);