Does the influxdb guarantee the order of data as written?

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.

Hello @Wonyong_Choi,

Can you help me clarify your question? When is the data being read again? Data will be written in the order of the timestamp that you attach to it or when you submit the curl post. Maybe this review of the db will be useful to you? I’m still a little confused by your question.