Hi, I find this issue on github, 
https://github.com/influxdata/influxdb/issues/4314 which was not an issue but a 
good question...

Here is an exact copy of the question as the author never posted here on 
googlegroup as suggested (or I didn't find it)

hi there, is influxdb suitable for the following type of data? if so, could you 
please give me some hints on how shall I store them in order to query them 
efficiently? thanks

forecast_date, value_date, value
2015-01-01 23:00:00, 2015-01-01 00:00:00, 100.00
2015-01-01 23:00:00, 2015-01-01 12:00:00, 110.00
2015-01-02 00:00:00, 2015-01-02 12:00:00, 120.00
2015-01-02 00:00:00, 2015-01-03 00:00:00, 130.00

e.g. I want to query the latest forecast for each value_date point i.e.

2015-01-01 00:00:00, 100.00
2015-01-02 12:00:00, 120.00
2015-01-03 00:00:00, 130.00



-- 
Remember to include the version number!
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/f2f39f5a-8d72-4621-8a1f-684e0351258d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to