Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I am getting from kepware a number of 160 changes on property A, 80 changes on property B and 40 changes on property C and D. the values are received in a time interval of 90 seconds. These values are stored in a value stream. Could it happen that a service, executed during the arrival of the data, still doesn't see the data, arrived in the previous instant, inside the value stream?
Solved! Go to Solution.
Are you storing your value streams in Postgres or Influx, clustered or not?
To put it shortly, in a simplified / degenerate case, I'd say yes, this is true for many / most "AP" NoSQL databases, as well as for relational RDBMS with master-slave replication or sharded RDBMS.
You can read about the CAP theorem and distributed databases, but take care - it's quite a rabbit hole
But what's the question actually about? Do you have a particular issue / use case?
Are you storing your value streams in Postgres or Influx, clustered or not?
To put it shortly, in a simplified / degenerate case, I'd say yes, this is true for many / most "AP" NoSQL databases, as well as for relational RDBMS with master-slave replication or sharded RDBMS.
You can read about the CAP theorem and distributed databases, but take care - it's quite a rabbit hole
But what's the question actually about? Do you have a particular issue / use case?