estimating size of db

From: Marc Tardif <admin(at)wtbwts(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: estimating size of db
Date: 2000-01-23 13:49:48
Message-ID: Pine.BSF.4.10.10001231346320.30519-100000@server.b0x.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-01-23 16:18:13 Re: [SQL] pqReadData...
Previous Message gav 2000-01-23 13:44:12 pqReadData...