I want to know that the influxdb guarantees the order of data as written.
I’m making a program with c++, which use the influxdb for data management.
To communicate with influxdb, the libcurl is used.
In my program, some data are added to the influxdb and read again those data.
But, the order of data read is different from the order written.
Any answers will be helpful to me.