From: | "Poul L(dot) Christiansen" <poulc(at)cs(dot)auc(dot)dk> |
---|---|
To: | Ould <ouldm(at)linuxatbusiness(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Re: What is the size of DB in Postgresql?? |
Date: | 2000-11-23 11:58:20 |
Message-ID: | 3A1D065C.E103412A@cs.auc.dk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
PostgreSQL splits the table files into several files transparently, so
you don't have to worry about that.
I think Linux 2.4.x will have this limit removed.
But when you dump at 60GB table to disk on linux 2.2.x, you can use the
utilities "split" and "gzip" to avoid running into the 2GB barrier.
Poul L. Christiansen
Ould wrote:
>
> Ould wrote:
> The size of any file is limitted (for exemple in linux 2.2.x to 2GO). If
> database (tablespace) is considered as file how we can atteign 60 GO?
>
> > Ould wrote:
> >
> > > Hello,
> > >
> > > I have 2 questions:
> > > 1) What is th max size of database we can create in Postegrsql?
> > > 2) Suppose I have two simular databases: mydb1, mydb2 (containig the
> > > same number of table, ...etc.), how I can copy the contents of mydb1
> > > into mydb2? if mydb2 is on a remote machine, how I can do this?
> > >
> > > Thanks
From | Date | Subject | |
---|---|---|---|
Next Message | Enrico Comini | 2000-11-23 12:21:14 | MS-ACCESS -> PGSQL |
Previous Message | George Armhold | 2000-11-23 11:52:32 | Re: trouble migrating from 6.3.2 (IRIX) to 7.0.2 (Linux) |