Re: Reg: Query for DB growth size

From: Condor <condor(at)stz-bg(dot)com>
To: "R(dot)R(dot) PRAVEEN RAJA" <rrpraveenraja(at)live(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Reg: Query for DB growth size
Date: 2018-11-29 09:31:34
Message-ID: 1fb270efde04e3fabc67a33c292d7767@stz-bg.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 29-11-2018 08:41, R.R. PRAVEEN RAJA wrote:
> Hi All,
>
> Can i get the query or steps for how to check the Database growth in
> postgres. Thanks in advance.
>
> Regards,
> Praveen

No official thing that can do the job.
You need to DIY, start collecting data (database size, connections
count, index sizes or so) every day, hour, min or so and then make
software to analyze it after a while.

Regards,
HS

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2018-11-29 13:46:25 Re: Triggers when importing data
Previous Message Michael Paquier 2018-11-29 09:06:35 Re: Reg: Query for DB growth size