Re: Max file size

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: mauricio <mauricio_ips(at)terra(dot)com(dot)br>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Max file size
Date: 2003-07-01 13:00:45
Message-ID: Pine.LNX.4.33.0307010656070.16127-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, 1 Jul 2003, mauricio wrote:

> Hi,
> I'm evaluating some DB and one of the things i'd like to know is the
> maximum size of a file that postgres can handle with. cause i'm planning
> to have a centalized database the must have some billion records.

In it's default configuration Postgresql autosplits table at approximately
1 gigabyte. Therefore, it has no built in limit to table size.

If you have an OS that can handle larger files, you can compile postgresql
to use larger file sizes. I have seen no great improvement in speed in
using one large file for a table over splitting at 1Gig.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message scott.marlowe 2003-07-01 13:24:30 Re: Max file size
Previous Message scott.marlowe 2003-07-01 12:43:14 Re: cannot read block 319 - Input/output Error