manorsuperman

Results 2 issues of manorsuperman

XA 本身是可以保证数据的一致性的, 直接用普通的begin commit/rollback 就可以了。因为前置镜像和后置镜像以及 txc_lock可以在很大程度上保证资源不会被修改(也有可能通过命令行或者其他的发送绕过txc_lock检查的,这时候就可能数据不一致)。我觉得不需要数据库的XA。

when I use ``` io.vertx vertx-mysql-postgresql-client 3.5.3 ``` The following code throws an exception, which cannot be resolved with the timestamptz time data. I find that when SQL SELECT is...