Re: How large can a PostgreSQL database get?

From: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: "Aleksey Tsalolikhin *EXTERN*" <atsaloli(dot)tech(at)gmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: How large can a PostgreSQL database get?
Date: 2013-04-17 14:15:36
Message-ID: A737B7A37273E048B164557ADEF4A58B057E7CC9@ntex2010a.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Aleksey Tsalolikhin wrote:
> Hi. I was promoting PostgreSQL to an AIX/Oracle shop yesterday, they are looking to switch to open
> source to cut their licensing costs, and was asked how large a database does PostgreSQL support? Is
> there an upper bound on database size and if so, what it is?

There is no real upper bound.

I think that backup will be a limiting factor, and you'll want backups.
Of course, sequential scans of really large tables will be very
painful, but that's the same for all database systems.

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Curvey 2013-04-17 14:33:21 Re: Most efficient way to insert without duplicates
Previous Message Bruce Momjian 2013-04-17 14:10:22 Re: How large can a PostgreSQL database get?