Yes, it is possible to work time series data.  We have previous done
some work on network traffic data, here are a couple of examples:

http://lbl.gov/%7Ekwu/ps/LBNL-59891.html
http://lbl.gov/%7Ekwu/ps/LBNL-61080.html

Yes, you can remove data records.  You can mark some rows as
"inactive" without actually remove the values, see for example,
http://crd-legacy.lbl.gov/~kewu/fastbit/doc/html/classibis_1_1part.html#adae78b96baaa1ec9e835232c38b008c7

Alternatively, you can actual remove the inactive values and rewrite
the data files, through the function ibis::part::purgeInactive.

Good luck.

John



On 7/3/13 1:25 AM, Schmurfy wrote:
> Hi,
> I realize the focus of fastbit is more toward read-only or append-only
> datasets but I started to do some tests to use it to store time-series
> data (timestamp, value1, value2), do you think it would be a good fit ?
> 
> My idea was to add the records by batches not one by one and delete
> the old one in the same manner, is it even possible to remove records
> from the database, I can't find anything related to it in the C api.
> 
> Thanks for any help.
> 
> 
> _______________________________________________
> FastBit-users mailing list
> [email protected]
> https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
> 
_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to