When reading from the DB cluster, I get constantly different results, that means that the updates in the DB are not propagated to other members of the cluster. Or that I don't really understand how this works. Anyway, best case, due to the replication factor of 2, the fetch all types of reads are inconsistent.
I don't understand well how that works. EOS. Though I could add some sort of fetch all from all DBs from the cluster and then merge and drop the non-unique elements... I could
When reading from the DB cluster, I get constantly different results, that means that the updates in the DB are not propagated to other members of the cluster. Or that I don't really understand how this works. Anyway, best case, due to the replication factor of 2, the
fetch all
types of reads are inconsistent.