Hi,
Is there any way of retrieving two values with totally different
timestamps from a table?
I am using timestamps as iteration counts, and I would like to be able
to get at each iteration (besides the previous iteration results from
table) some pre-computed amounts I save at some columns with timestamp
0, avoiding the cost of retrieving all table's versions.
The only way I have come up with is to save the pre-computed amounts
redundantly at all timestamps up to the maximum possible.
Does anyone have an idea on a more efficient way of dealing with this?
Thanks and regards,
IP