You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once those data have timestamps that are older than two hours, InfluxDB deletes those data.
I can assume the timestamp they're referring to is the value provided in the insert statement. However, it doesn't say what the timestamps are compared to in order to determine whether they're "older than two hours". Is it compared to the local server clock? A globally coordinated cluster clock? The most recent timestamp put into the database? table?
Or is it the insertion timestamp (from system clock) compared with the system clock?
It's important to know the details in case the timestamps being ingested are not be close to the value of the system clock.
The page mentioned below says:
I can assume the timestamp they're referring to is the value provided in the insert statement. However, it doesn't say what the timestamps are compared to in order to determine whether they're "older than two hours". Is it compared to the local server clock? A globally coordinated cluster clock? The most recent timestamp put into the database? table?
Or is it the insertion timestamp (from system clock) compared with the system clock?
It's important to know the details in case the timestamps being ingested are not be close to the value of the system clock.
URL for relevant page?
https://docs.influxdata.com/influxdb/v0.13/guides/downsampling_and_retention/
What products and version are you using?
InfluxDB 0.13
Where did you look before opening the issue?
Docs, GitHub issues, Google
The text was updated successfully, but these errors were encountered: