Re: Using Postgres to store high volume streams of sensor readings - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Using Postgres to store high volume streams of sensor readings
Date
Msg-id dcc563d10811221351h394b6bb8tb4eff888cd1bd378@mail.gmail.com
Whole thread Raw
In response to Re: Using Postgres to store high volume streams of sensor readings  ("Ciprian Dorin Craciun" <ciprian.craciun@gmail.com>)
Responses Re: Using Postgres to store high volume streams of sensor readings
List pgsql-general
On Sat, Nov 22, 2008 at 2:37 PM, Ciprian Dorin Craciun
<ciprian.craciun@gmail.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.

pgsql-general by date:

Previous
From: "Ciprian Dorin Craciun"
Date:
Subject: Re: Using Postgres to store high volume streams of sensor readings
Next
From: "Ciprian Dorin Craciun"
Date:
Subject: Re: Using Postgres to store high volume streams of sensor readings