Re: reorder table data

From: Richard Huxton <dev(at)archonet(dot)com>
To: vinita bansal <sagivini(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: reorder table data
Date: 2005-04-19 18:10:37
Message-ID: 4265499D.4020500@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

vinita bansal wrote:
> Hi,
>
> I have a 40GB database with a few tables containing approx 10 million
> rows. Most of the data in these tables is inactive and there is only a
> few rows which get used for our benchmark run each day. We cannot delete
> the inactive data since it might be required for a particular run some
> day while it is active data that is used mostly.

Is there some pattern to which data is being accessed. For example, in
an accounts system it might be rows with paid=false.

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2005-04-19 18:25:06 Re: reorder table data
Previous Message Alexandre 2005-04-19 17:40:42 Re: Simplified (a-la [G|N]DBM) DB access