Re: Calculation of Database Size in postgres - Mailing list pgsql-admin

From Laurenz Albe
Subject Re: Calculation of Database Size in postgres
Date
Msg-id 1518606990.2402.2.camel@cybertec.at
Whole thread Raw
In response to Re: Calculation of Database Size in postgres  (pavan95 <pavan.postgresdba@gmail.com>)
Responses Re: Calculation of Database Size in postgres
List pgsql-admin
pavan95 wrote:
> Do you know how does it calculate internally using what functions or what
> system catalogs or whatever?

The functions are in backend/utils/adt/dbsize.c, note in particular
db_dir_size which walks through a directory and adds up the sizes of
all files therein.

Yours,
Laurenz Albe



pgsql-admin by date:

Previous
From: pavan95
Date:
Subject: Re: Calculation of Database Size in postgres
Next
From: pavan95
Date:
Subject: Re: Calculation of Database Size in postgres