Limitations
Apache ShardingSphere wants to give the user choice of distributed transaction type and use the most suitable solution in different scenarios.
- Do not support the cross-database transactions caused by network or hardware crash. For example, when update two databases in transaction, if one database crashes before commit, then only the data of the other database can commit.
- Recover committing and rolling back in other machines after the service is down;
- Do not support isolation level.