Transactional Operations in InfluxDB

Hello, everybody

I have a question regarding transactions operations in InfluxDB. When 2 users have an access to InfluxDB and perform an operation, namely 1 user tries to read data, another user writes data to InfluxDB. Which operation will be executed first, read or write?

Thank you in advance!

Unless both operations happen at exactly the same time – as in down to the millisecond – I don’t think this is going to be an issue. Even if they do happen perfectly simultaneously, the reads are ‘live’ so they should be updated with the newly written data immediately.

dg