Re: [GENERAL] estimating size of db

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Marc Tardif <admin(at)wtbwts(dot)com>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] estimating size of db
Date: 2000-01-23 19:45:09
Message-ID: 200001231945.OAA00431@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Davis 2000-01-23 22:52:13 Writing C functions
Previous Message Tom Lane 2000-01-23 16:18:13 Re: [SQL] pqReadData...