In the asynchronous commit documentation, it says:
Does this mean that all queries that are part of a distributed transaction are synchronous?
In our databases we have extremely high disk I/O, I'm wondering if distributed transactions may be the reason behind it.
Thanks