Re: ]To estimate the size of db

Поиск
Список
Период
Сортировка
От Duan Ligong
Тема Re: ]To estimate the size of db
Дата
Msg-id 00ba01c8bba8$5b402750$f623480a@nsl.ad.nec.co.jp
обсуждение исходный текст
Ответ на [Admin]To estimate the size of db  ("Duan Ligong" <l-duan@zd.cnes.jp.nec.com>)
Ответы Re: ]To estimate the size of db  (Shane Ambler <pgsql@Sheeky.Biz>)
Re: ]To estimate the size of db  (Gerd Koenig <koenig@transporeon.com>)
Список pgsql-admin
Hi, Scott

Thanks for your reply.

> There's also the old fashioned way:

I mean I want to estimate the size of the space which the db will occupy.
Now there is no db.

> sudo su - postgres
> cd $PGDATA  # or wherever you point with -D on startup
> du -sh .

Regards
Duan
--
Duan Ligong
TEL   :  0561-75-1925-6201
           800-81-569-6201
E-Mail : l-duan@zd.cnes.jp.nec.com
----- Original Message -----
From: "Scott Marlowe" <scott.marlowe@gmail.com>
To: "Duan Ligong" <l-duan@zd.cnes.jp.nec.com>
Cc: <pgsql-admin@postgresql.org>
Sent: Thursday, May 22, 2008 4:08 AM
Subject: Re: [ADMIN] [Admin]To estimate the size of db


> On Wed, May 14, 2008 at 7:33 PM, Duan Ligong <l-duan@zd.cnes.jp.nec.com>
> wrote:
>>
>> Hi, all
>>
>> Is there a way to estimate the size of the space which a postgresql
>> database
>> occupies? or the max size of db?
>>
>> I know there are a lot of factors, such as the frequency
>> of updating, data size, which affects the size of db and it seems
>> difficult
>> to estimate it precisely.
>
> There's also the old fashioned way:
>
> sudo su - postgres
> cd $PGDATA  # or wherever you point with -D on startup
> du -sh .
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>


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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: [Admin]To estimate the size of db
Следующее
От: Shane Ambler
Дата:
Сообщение: Re: ]To estimate the size of db