Re: Database / table sizeof

Поиск
Список
Период
Сортировка
От Rudi Starcevic
Тема Re: Database / table sizeof
Дата
Msg-id 3CA2B7D4.7010803@oasis.net.au
обсуждение исходный текст
Ответ на Re: Database / table sizeof  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-sql
Thanks Christopher,

Been looking so far but no joy.
At worst a can write a script in Perl or PHP to go and select all
records for a particular database, measure them by assigning each row to 
a variable in a loop and add them all up.

Once for late at night / early morning.
Cheers
Rudi.



Christopher Kings-Lynne wrote:

>You can probably find something useful here:
>
>http://techdocs.postgresql.org/
>
>Chris
>
>>-----Original Message-----
>>From: pgsql-sql-owner@postgresql.org
>>[mailto:pgsql-sql-owner@postgresql.org]On Behalf Of Rudi Starcevic
>>Sent: Thursday, 28 March 2002 1:55 PM
>>To: pgsql-sql@postgresql.org
>>Subject: [SQL] Database / table sizeof
>>
>>
>>    Hi,
>>
>>How can I measure how much hardrive space a user's database is using I 
>>wonder ?
>>Someone could have '000's of small row's or perhaps 1 large BLOB.
>>Is there a way I can add up all the row's for a database and end up with 
>>Kb's ?
>>
>>Thanks
>>Regards Rudi.
>>
>>
>>---------------------------(end of broadcast)---------------------------
>>TIP 2: you can get off all lists at once with the unregister command
>>    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: you can get off all lists at once with the unregister command
>    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>





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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: Database / table sizeof
Следующее
От: Mathieu Arnold
Дата:
Сообщение: create view problem