nyurik / timeseriesdb

Automatically exported from code.google.com/p/timeseriesdb
GNU General Public License v3.0
13 stars 6 forks source link

How to update a record #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi. Great project you have here. Any suggestion about how I can update a 
record? No matter how clean your data you will always need to update a tick or 
trade size.

Thanks in advance.

Original issue reported on code.google.com by kmreilly...@gmail.com on 19 Sep 2012 at 3:06

GoogleCodeExporter commented 9 years ago
I would recommend copying the data to the new file, while modifying the data 
you need. In theory, I could make some sort of modification possible for the 
uncompressed file only, since compressed file cannot be changed as easily, but 
that would require a separate API just for that, whereas the regular streaming 
API works for both compressed and uncompressed files.

Original comment by yuriastrakhan on 19 Sep 2012 at 7:20

GoogleCodeExporter commented 9 years ago
Thanks for the reply. 
Sorry for adding the issue as a Defect and not Enhancement.

Original comment by kmreilly...@gmail.com on 19 Sep 2012 at 7:55