From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | anton(at)nikiforov(dot)ru, Francisco Reyes <lists(at)natserv(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Huge number of raws |
Date: | 2004-03-19 09:58:28 |
Message-ID: | 200403190958.28104.dev@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Friday 19 March 2004 08:10, Anton Nikiforov wrote:
>
> I do not exactly know how to deal wth such a huge amount of data. The disk
> subsytem is the must and i do undrstand this. SMP architecture is the must
> also. I was asking is there any way that data will migrate from fast disk
> subsystem to slower but relyible automaticaly. Like in Nivell Netware (i
> used to work with it 7-8 years ago) you could ask the system if the file is
> untached for a month - then move it from one disk to magnetic-optical or
> tape but if this file is requested OS could move it back to the operational
> volume.
Won't work for a database - it would have to sit there waiting while someone
went to the vault, got a tape out and restored a few GB of data.
You could separate out old data, say monthly into archive tables and then
backup/drop those.
--
Richard Huxton
Archonet Ltd
From | Date | Subject | |
---|---|---|---|
Next Message | David Garamond | 2004-03-19 10:05:11 | "People near me" query |
Previous Message | Francisco Reyes | 2004-03-19 09:25:26 | Re: Huge number of raws |