Re: PostgreSQL versus MySQL for GPS Data

From: Lincoln Yeoh <lyeoh(at)pop(dot)jaring(dot)my>
To: Harald Armin Massa <chef(at)ghum(dot)de>, Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL versus MySQL for GPS Data
Date: 2009-03-18 07:33:14
Message-ID: 200903180733.n2I7XVjk003380@vsmtp3.jaring.my
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-general

At 10:00 PM 3/17/2009, Harald Armin Massa wrote:
>Merlin,
>
> > I agree though
> > that a single table approach is best unless 1) the table has to scale
> > to really, really large sizes or 2) there is a lot of churn on the
> > data (lots of bulk inserts and deletes).
>
>while agreeing, an additional question: could you please pronounce
>"really, really large" in other units, like Gigabytes or Number of
>rows (with average rowlength in bytes, of course)
>
>That is: what table size would you or anybody consider really, really
>large actually?

Tiny: fits in CPU cache
Small: fits in RAM
Big: multiples of RAM.
Large: (size / storage bandwidth ) is measured in minutes.
Huge: (size / storage bandwidth ) is measured in hours.
Humungous: (size / storage bandwidth ) in days or larger units.

That said, the active working set might be a lot smaller than the
table, in which case you might prefer to use the size of the working
set (except when you are doing stuff like full backups or restores).

Link.

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Juan Pereira 2009-03-18 09:50:27 Re: PostgreSQL versus MySQL for GPS Data
Previous Message Lincoln Yeoh 2009-03-18 07:21:25 Re: PostgreSQL versus MySQL for GPS Data

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2009-03-18 07:40:13 Re: Uploading data to postgresql database
Previous Message Subha Ramakrishnan 2009-03-18 07:31:08 Re: Uploading data to postgresql database