Really interesting! I used influxdb for a while. I see one of the core features is to have AS OF <some date time> be used for historical reference.
Is this similar to running an append only data structure in a normal tsdb, and then querying by date time and taking the most recent value in that data set? Or is it different.
Is this similar to running an append only data structure in a normal tsdb, and then querying by date time and taking the most recent value in that data set? Or is it different.