Re: [SQL] So what happens at 2GB?

From: Karl Denninger <karl(at)Denninger(dot)Net>
To: "Brett W(dot) McCoy" <bmccoy(at)lan2wan(dot)com>
Cc: Tim Perdue <perdue(at)raccoon(dot)com>, pgsql-sql(at)hub(dot)org
Subject: Re: [SQL] So what happens at 2GB?
Date: 1999-03-13 20:17:39
Message-ID: 19990313141739.A905@Denninger.Net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Sat, Mar 13, 1999 at 01:11:23PM -0500, Brett W. McCoy wrote:
> On Fri, 12 Mar 1999, Karl Denninger wrote:
>
> > No. It works properly. I have had tables exceeding 10GB.
>
> How does it get past an operating system limitation on file size?
>
> Brett W. McCoy
> http://www.lan2wan.com/~bmccoy/

There isn't one on FreeBSD, but Postgres doesn't seem to know that.
Instead, it breaks the table up into 2G-sized file chunks.

--
--
Karl Denninger (karl(at)denninger(dot)net) http://www.mcs.net/~karl
I ain't even *authorized* to speak for anyone other than myself, so give
up now on trying to associate my words with any particular organization.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Brett W. McCoy 1999-03-13 20:30:43 Re: [SQL] So what happens at 2GB?
Previous Message Brett W. McCoy 1999-03-13 18:11:23 Re: [SQL] So what happens at 2GB?