Say we have two transactions run sequentially: T1 writes some data, and T2
reads the written data. There is a non-zero time delay between the apparent T1
commit, and the subsequent T2 query.
Is there any guarantee that the data written in T1 will be visible to the query
in T2?
We have a situ
there is some asynchronous going on inside
of Hibernate…
It’s off topic for this forum, but if anyone happens to know if JPA/Hibernate
could be the culprit here, please let me know.
On Wed, Sep 24, 2014 at 2:01 PM, Tom Lane wrote:
> "Steve Dodd" writes:
>> Say we have t