populating a time series database - Mailing list pgsql-novice

From Mag Gam
Subject populating a time series database
Date
Msg-id AANLkTikcMmdQkM3j5J7CjvlykQKiOscZohUk-hwsOkpU@mail.gmail.com
Whole thread Raw
Responses Re: populating a time series database  (Thom Brown <thombrown@gmail.com>)
List pgsql-novice
I am writing an app where I have to populate file content into a database.

The file looks like this,

epoch,name, orderid, quantaty.


There are about 100k rows like this. I am curious is it best to
process each line 1 at a time or do a mass INSERT of 100k and then do
a execute?


Another question,

Since the data is going to be large, are there any tricks or tips
anyone knows how to handle time series data into a database? Is
postgresql the right tool or is there something else out there?

TIA

pgsql-novice by date:

Previous
From: Tony Day
Date:
Subject: Re: What is locktype=transactionid ?
Next
From: Thom Brown
Date:
Subject: Re: populating a time series database