This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ca0f7aece1 Update _index.en.md (#31455)
7ca0f7aece1 is described below

commit 7ca0f7aece16c2ac853b1fd06a75618b00bbe729
Author: Xu-Yang Jia <[email protected]>
AuthorDate: Sat Jun 1 15:30:49 2024 +0800

    Update _index.en.md (#31455)
    
    XA supports strong consistency.
---
 docs/document/content/features/transaction/_index.en.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/document/content/features/transaction/_index.en.md 
b/docs/document/content/features/transaction/_index.en.md
index e10e76b1004..e7fe2f6f27b 100644
--- a/docs/document/content/features/transaction/_index.en.md
+++ b/docs/document/content/features/transaction/_index.en.md
@@ -76,7 +76,7 @@ The following table can be used for comparison to help 
developers choose the sui
 |          | *LOCAL*       | *XA*              | *BASE*     |
 | -------- | ------------- | ---------------- | ------------ |
 | Business transformation  | None            | None               | Seata 
server needed|
-| Consistency    | Not supported         | Not supported             | Final 
consistency       |
+| Consistency    | Not supported         | Supported             | Final 
consistency       |
 | Isolation    | Not supported        | Supported           | Business side 
guaranteed  |
 | Concurrent performance | no loss        | severe loss          | slight loss 
      |
 | Applied scenarios  | Inconsistent processing by the business side | short 
transaction & low-level concurrency | long transaction & high concurrency |

Reply via email to