Storage Estimates

From: "Nik" <XLPizza(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Storage Estimates
Date: 2006-03-09 20:15:17
Message-ID: 1141935317.439893.216200@i39g2000cwa.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there any documentation or literature on storage estimation for
PostgreSQL 8.1 on Windows?

If I am given raw data file structure and frequency, I want to be able
to calculate the amount of storage necessary to store one day, one
month, six months, one year, or two years worth of data. So I am
looking for some information on how data is stored in the database,
similar to numerous formulas you can use to calculate storage
requirements for Oracle (based on the size of a row of data, index type
and size, etc.)

Thanks.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Berend Tober 2006-03-09 20:20:14 Re: multi-column aggregates
Previous Message Bob Pawley 2006-03-09 20:04:46 Re: JDBC