[influxdb] Continuous Queries Subsample Without Function

2016-10-04 Thread William Cork
We have some data that we would like to subsample without any modifications to the data. What's needed is to simply drop the data between certain intervals. There are 3 retention policies. The one consuming the values (30 day retention, 10Hz samples) and two other subsamples (1 year retention,

[influxdb] Edit Tag Values

2016-09-19 Thread William Cork
Is there a current method to alter the values of a tag? Currently, I query the measurement, store the data locally, drop the series, push the data back with a new tag value. This is an extremely expensive operation when there are millions of data points. Is there a more efficient way of doing

Re: [influxdb] Database structure

2016-09-09 Thread William Cork
I figured it out later in the night. Thank you! - Will On Thursday, 8 September 2016 09:13:44 UTC-7, Sean Beckett wrote: > > SELECT LAST(value) FROM testDB GROUP BY pv > > Please review > http://docs.influxdata.com/influxdb/v0.13/query_language/data_exploration/ > for more on how to use