Re: Database/table limits ??????

From: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Database/table limits ??????
Date: 2000-06-02 04:09:16
Message-ID: 20000601230916.A25361@rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, Jun 01, 2000 at 09:30:01PM -0400, Bruce Momjian wrote:
> [ Charset ISO-8859-1 unsupported, converting... ]
> > I understand OID is signed integer which go up to 2^31.
> > Almost any case it would be sufficient. (It's sufficient for me, at least)
> >
> > What I really want to know is the same as original poster.
> >
> > > > 8. Can a database be spread over more than one disk drive?
>
> Yes, by creating symbolic links for the files in data/base/dbname.

Or for a larger, more general problem, using some sort of RAID solution
for the data/base/dbname directory. Under linux, the md (multidisk)
drivers provide a software RAID solution (BSD has it's own solution,
I understand).

Ross
--
Ross J. Reedstrom, Ph.D., <reedstrm(at)rice(dot)edu>
NSBRI Research Scientist/Programmer
Computer and Information Technology Institute
Rice University, 6100 S. Main St., Houston, TX 77005

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ryan Kirkpatrick 2000-06-02 04:38:06 Re: pgsql 7 in alpha
Previous Message Bruce Momjian 2000-06-02 01:30:01 Re: Database/table limits ??????