Re: Large tables management question - Mailing list pgsql-general

From Tom Lane
Subject Re: Large tables management question
Date
Msg-id 28687.1007477979@sss.pgh.pa.us
Whole thread Raw
In response to Large tables management question  (Luben Karavelov <luben@bgone.net>)
List pgsql-general
Luben Karavelov <luben@bgone.net> writes:
> I want to ask you if there is some way to manage such amount of data in
> postgresql?

At the moment, managing it at the RAID level is the only really
convenient answer.  Postgres can cope with tables up to the terabyte
range, but it expects you to supply a filesystem that can hold 'em.

In theory you could try to manage the space manually using symlinks,
but I can't recommend that; too tedious and error-prone.

            regards, tom lane

pgsql-general by date:

Previous
From: tony
Date:
Subject: Re: Remote Access to pgsql DB ???
Next
From: "John Gray"
Date:
Subject: Re: Remote Access to pgsql DB ???