Re: Is there a meaningful benchmark?

From: "Dann Corbit" <DCorbit(at)connx(dot)com>
To: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>, "Will Rutherdale (rutherw)" <rutherw(at)cisco(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Is there a meaningful benchmark?
Date: 2009-03-19 22:03:34
Message-ID: D425483C2C5C9F49B5B7A41F89441547029620BD@postal.corporate.connx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-
> owner(at)postgresql(dot)org] On Behalf Of Scott Marlowe
> Sent: Thursday, March 19, 2009 2:57 PM
> To: Will Rutherdale (rutherw)
> Cc: pgsql-general(at)postgresql(dot)org
> Subject: Re: [GENERAL] Is there a meaningful benchmark?
>
> On Thu, Mar 19, 2009 at 3:50 PM, Will Rutherdale (rutherw)
> <rutherw(at)cisco(dot)com> wrote:
> > Even if such a question is answered, it isn't going to be the only
> > factor.  For example I have collected reasonable numbers already on
> > footprints of different RDBMSs, because embedded guys might find that
> > important if they're restricted to 64MB of flash.  On the other hand
> if
> > they went with some of the newer solid state drives with gigs of
> space,
> > then a few packages using 10s of MB wouldn't be such a problem any
> more.
>
> If you're looking at embedded usage, and footprint is an issue (it
> usually is even if you think it won't be) look at sqllite. Pretty
> good embedded db and lightweight. Pgsql is not intended to compete in
> the embedded space.

FastDB is another good option there (it's a portable, embedded memory mapped database):
http://www.garret.ru/fastdb.html

An advantage for the SQLite option is that the grammar is a subset of PostgreSQL grammar, so if you need to scale up, you have a ready path.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2009-03-19 22:10:06 Re: Is there a meaningful benchmark?
Previous Message Will Rutherdale (rutherw) 2009-03-19 22:02:55 Re: Is there a meaningful benchmark?