Skip to content
Prev 5186 / 15274 Next

Add values to time series in DB directly

just append the new data to the table.  as long as you have a way of
subsetting just the new rows, this should be easy.  I haven't used
TSdbi, but I have a postgres package that uses binary write, so it's
pretty fast.  http://github.com/armstrtw/unifieddbi

-Whit


On Thu, Nov 19, 2009 at 9:32 AM, Josuah Rechtsteiner
<rechtsteiner at bgki.net> wrote: