Re: Using Postgres to store high volume streams of sensor readings

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: "Ciprian Dorin Craciun" <ciprian(dot)craciun(at)gmail(dot)com>
Cc: "Shane Ambler" <pgsql(at)sheeky(dot)biz>, "Diego Schulz" <dschulz(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Using Postgres to store high volume streams of sensor readings
Date: 2008-11-22 21:51:57
Message-ID: dcc563d10811221351h394b6bb8tb4eff888cd1bd378@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Nov 22, 2008 at 2:37 PM, Ciprian Dorin Craciun
<ciprian(dot)craciun(at)gmail(dot)com> wrote:
>
> Hello all!
SNIP
> So I would conclude that relational stores will not make it for
> this use case...

I was wondering you guys are having to do all individual inserts or if
you can batch some number together into a transaction. Being able to
put > 1 into a single transaction is a huge win for pgsql.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ciprian Dorin Craciun 2008-11-22 21:54:32 Re: Using Postgres to store high volume streams of sensor readings
Previous Message Ciprian Dorin Craciun 2008-11-22 21:37:46 Re: Using Postgres to store high volume streams of sensor readings