Re: Disk Space issue

Поиск
Список
Период
Сортировка
От Devendra Singh Rawat
Тема Re: Disk Space issue
Дата
Msg-id 4242E42288B6E842A52B88D4B3A3E620E069CA69@AUSMELMBX01.ad.infosys.com
обсуждение исходный текст
Ответ на Re: Disk Space issue  ("Praveen Kumar \(TUV\)" <praveen.k@renaissance-it.com>)
Ответы Re: Disk Space issue  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Re: Disk Space issue  (Tommy Gildseth <tommy.gildseth@usit.uio.no>)
Re: Disk Space issue  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Re: Disk Space issue  (Michael Monnerie <michael.monnerie@is.it-management.at>)
Список pgsql-admin
Hi All,

I recreated my database this morning with a dump size of 3GB, which after database creation occupied 3.5GB on disk.
And in less than 8 hours it has bloated to additional 3.7GB (the disk size now is 7.2GB).

There are quite a few DML operations which are happening on my DB.

SELECT relname, relpages FROM pg_class ORDER BY relpages DESC;
                     relname                              | relpages
-------------------------------------------------------------+----------
 <   table1 >                             |   180676
 <   table2 >                                     |    22828
 <   table3 >                                     |    13469
 <   table4 >                                     |     9174
 <   table5 >                                     |     7246
 <   table6 >                                     |     3865
 <   table7 >                                     |     2384
 <   table8 >                                     |     2013
 <   table9 >                                     |     1836
 <   table10 >                                    |     1356
 <   table11 >                                    |     1349
 <   table12 >                                    |     1025
 <   table13 >                                    |      910
 <   table14 >                                    |      896
 <   table15 >                                    |      797
 <   table16 >                                    |      708
 <   table17 >                                    |      665
 <   table18 >                                    |      601
 <   table19 >                                    |      407
 <   table20 >                                    |      374

Regards,
Devendra

-----Original Message-----
From: Praveen Kumar (TUV) [mailto:praveen.k@renaissance-it.com]
Sent: Wednesday, 11 June 2008 4:15 PM
To: Devendra Singh Rawat; pgsql-admin@postgresql.org
Subject: RE: [ADMIN] Disk Space issue

Hi,
I think you have a lot DML operation in your database and you are not
vacuuming your database . So try to execute command vacuum analyze
<<table name >>; in your schema where you are facing problem.

-----Original Message-----
From: pgsql-admin-owner@postgresql.org
[mailto:pgsql-admin-owner@postgresql.org] On Behalf Of Devendra Singh
Rawat
Sent: Wednesday, June 11, 2008 5:07 AM
To: pgsql-admin@postgresql.org
Subject: [ADMIN] Disk Space issue

Hi,

We are using PostgreSQL 7.4.5 and facing issues with increasing disk
space.

Here is some information about our configuration.

The data dump size is around 3 GB. And it is occupying around 120GB on
the disk. When we recreate the database from data dump it takes around
3.5GB of disk space.
But the database size increases by 1 GB daily though actual data added
maybe in KB. We are not able to decipher as to what is causing this
increase.

Suggestions on the likely problems will be appreciated.

Regards,
Devendra

**************** CAUTION - Disclaimer ***************** This e-mail
contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the
use of the addressee(s). If you are not the intended recipient, please
notify the sender by e-mail and delete the original message. Further,
you are not to copy, disclose, or distribute this e-mail or its contents
to any other person and any such actions are unlawful. This e-mail may
contain viruses. Infosys has taken every reasonable precaution to
minimize this risk, but is not liable for any damage you may sustain as
a result of any virus in this e-mail. You should carry out your own
virus checks before opening the e-mail or attachment. Infosys reserves
the right to monitor and review the content of all messages sent to or
from this e-mail address. Messages sent to or from this e-mail address
may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***

--
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 по дате отправления:

Предыдущее
От: "Praveen Kumar \(TUV\)"
Дата:
Сообщение: Re: Disk Space issue
Следующее
От: "Pavan Deolasee"
Дата:
Сообщение: Re: Disk Space issue