Re: [GENERAL] estimating size of db - Mailing list pgsql-general

From Bruce Momjian
Subject Re: [GENERAL] estimating size of db
Date
Msg-id 200001231945.OAA00431@candle.pha.pa.us
Whole thread Raw
In response to estimating size of db  (Marc Tardif <admin@wtbwts.com>)
List pgsql-general
See FAQ.

> Is there any way to estimate the size of a db for x rows, considering each
> row uses y bytes (no varchar) and uses index z? Basically, I'm looking for
> the order of growth for tables and indices in general, simply to get a
> idea of the storage requirements for a particular db.
>
> Marc
>
>
> ************
>
>


--
  Bruce Momjian                        |  http://www.op.net/~candle
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: Marc Tardif
Date:
Subject: estimating size of db
Next
From: Jeff Davis
Date:
Subject: Writing C functions