Re: is PG able to handle a >500 GB Database?

From: "Martin A(dot) Marques" <martin(at)math(dot)unl(dot)edu(dot)ar>
To: Florent Guillaume <efgeor(at)noos(dot)fr>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: is PG able to handle a >500 GB Database?
Date: 2001-01-22 21:19:01
Message-ID: 01012218190104.06366@math.unl.edu.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

El Lun 22 Ene 2001 17:56, Florent Guillaume escribió:
> > > select recordid from t1 where oid = $lastoid;
> > > Because the last select could return several lines.
> >
> > Shouldn't! oids are unique over the whole database server (I'm right on
> > this?) So you should have only one or non.
>
> Well, no, that's the point of this whole discussion. If you give it
> enough time, oids can wrap around, which apparently doesn't affect the
> functionning of the database but application that depend on unique oids
> could get hosed.
>
> Yes, the documentation is wrong.

Wow. I guess we need to hear what the developers have to say. AFAITIK oids
were unique. This paints a new panorama for me. :-( (not a very good one).

Saludos... :-)

--
System Administration: It's a dirty job,
but someone told I had to do it.
-----------------------------------------------------------------
Martín Marqués email: martin(at)math(dot)unl(dot)edu(dot)ar
Santa Fe - Argentina http://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-----------------------------------------------------------------

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message The Hermit Hacker 2001-01-22 21:21:23 Re: Why does the JDBC driver not support prepareCall?
Previous Message Peter Eisentraut 2001-01-22 21:14:36 Re: RE: couple of general questions