Hi
Please forgive me for lack of English proficiency. ^^
I want to know, how to configurate database on influxDB.
I want to save 10000 point data at a time, (point = position, data = temperature )
interval time is 3 second.
10000 point data = Temperature data set of section (1m ~ 10000m(10km) )
I want to save data and inquiry history of data within a short time.
requirement example
. search type 1
input param1 : Time period (2020/01/01 ~2020/03/01)
input param2 : position ( 500m )
output: X scale=time, Y Scale=temp -> for 2d plot
. search type 2
input param1 : meas Time (2020/01/01 - 20:00:00)
input param2 : position section ( 500m ~ 600m )
output: X scale=position section, Y Scale=temp -> for 2d plot
. search type 3
input param1 : Time period (2020/01/01 ~2020/03/01)
input param2 : position section ( 500m ~ 600m )
output: X scale=Time period, Y Scale=position section, Z = temp -> for 3d plot or contour plot.
I want to find a way to satisfy the above requirements.
I did change RDBMS(mysql) to Time-series Database(InfluxDB), and
I have been struggling for a long time. T.T
Please help me.
###############
I tried it like below.
Measurement
[Time] [Tag1] [Field 1] ~ [Field 10000] -> Field count: 10000
xxxx CH1 pos1m ~ pos10000m
===> Is that ok?? T.T
