From: | Aleksey Tsalolikhin <atsaloli(dot)tech(at)gmail(dot)com> |
---|---|
To: | Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> |
Cc: | Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>, pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: How large can a PostgreSQL database get? |
Date: | 2013-04-17 18:26:59 |
Message-ID: | CA+jMWocmpXDRHkaLuC3VzPmm4+oX7ZPxb2ivrYvppPZDwo2JwA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thanks for all the great answers, folks, I'll pass this along.
Cheers!
Aleksey
On Wed, Apr 17, 2013 at 9:45 AM, Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>wrote:
> My experience, doing production and dev dba work on both postgresql
> and oracle, is that either works well, as long as you partition
> properly or even break things into silos. Oracle isn't magic pixie
> dust that suddenly gets hardware with 250MB/s seq read arrays to read
> at 1GB/s, etc.
>
> With oracle partitioning is easier, and everything else on the
> freaking planet is harder.
>
> On Wed, Apr 17, 2013 at 8:15 AM, Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
> wrote:
> > 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
> >
> >
> > --
> > Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> > To make changes to your subscription:
> > http://www.postgresql.org/mailpref/pgsql-general
>
>
>
> --
> To understand recursion, one must first understand recursion.
>
--
CFEngine Training:
New Jersey, Apr 29 - May 2. http://cf3.eventbrite.com/
New Jersey, May 3. http://lopsa-east.org/2013/lopsa-east-training/
From | Date | Subject | |
---|---|---|---|
Next Message | Yuriy Rusinov | 2013-04-17 18:33:50 | Re: GSL onto postgresql server 9.2 |
Previous Message | Jeff Janes | 2013-04-17 18:15:36 | Re: Most efficient way to insert without duplicates |