-
Let’s assume in Mesh there are two time series A and B where we can put values on. Time series C is then a derived calculation from A and B using a formula. If we put values on A and/or B through the API, and then we read time series C, will we obtain the results of the calculation that includes the new values we just put on A and/or B? Or do we need to wait for a specific amount of time before querying? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
If this is happening in the same session the result should include the new values. If it does not that is a bug. |
Beta Was this translation helpful? Give feedback.
-
Can you clarify what the expected behavior is when this happens in different sessions? A new session gets the calculated values when querying for C as soon as the session that put values on A and/or B has committed its transaction? |
Beta Was this translation helpful? Give feedback.
-
Thank you for the clarifications! |
Beta Was this translation helpful? Give feedback.
-
@aes-powel, @lvojeroen can we mark this discussion as answered? Or there are still some questions? |
Beta Was this translation helpful? Give feedback.
-
For me, this is clear. I don't think I mark this discussion as answered since I didn't post the question, so I'll let @aes-powel do that. |
Beta Was this translation helpful? Give feedback.
Thank you for the clarifications!