On 10 Jan 2019, at 6:53, Christian Grün wrote:
This is not true.
Sounds like a communication problem. My impression is that we are both right. Did you read our documentation?
The documentation perhaps does not explain the behavior properly. but anyway… A write operation in any database should not block parallel read operations. Read-last-committed as isolation is what one expect but not blocking of read operations until the end of the write transaction.
Andreas