Re: Help:How do you find that how much storage is taken by the database??

Поиск
Список
Период
Сортировка
От Sevo Stille
Тема Re: Help:How do you find that how much storage is taken by the database??
Дата
Msg-id 3950CEF1.23015169@ip23.net
обсуждение исходный текст
Ответ на Help:How do you find that how much storage is taken by the database??  (NEERAJ BANSAL <nbansal1@email.mot.com>)
Список pgsql-general
Ron Peterson wrote:
>
> NEERAJ BANSAL wrote:
> >
> > Hi,
> >
> > How do you find that how much storage the data in the database or tables
> > is taking in bytes or any other format???
> > Is there any command which tells you this???
>
> ls -l /usr/local/pgsql/data/base

Which would give you the size of the directories, not the disk usage of
their content. Make that du -sk /usr/local/pgsql/data/base/*

Sevo

--
sevo@ip23.net

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

Предыдущее
От: "Bryan White"
Дата:
Сообщение: table contraints and pg_dump
Следующее
От: Marc Britten
Дата:
Сообщение: boolean isn't boolean?