You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/08/31 13:46:43 UTC

[shardingsphere] branch master updated: Modify BASE document (#20696)

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

duanzhengqiang 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 ff27cc9ebc2 Modify BASE document (#20696)
ff27cc9ebc2 is described below

commit ff27cc9ebc20ac9d1a14c3108bfbe9ebcbbeb8ec
Author: ZhangCheng <fl...@outlook.com>
AuthorDate: Wed Aug 31 21:46:31 2022 +0800

    Modify BASE document (#20696)
    
    * Modify BASE document
    
    * Modify BASE en document
---
 docs/document/content/features/transaction/limitations.cn.md | 7 +------
 docs/document/content/features/transaction/limitations.en.md | 7 +------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/docs/document/content/features/transaction/limitations.cn.md b/docs/document/content/features/transaction/limitations.cn.md
index 658351b0c6c..83319b6cb2d 100644
--- a/docs/document/content/features/transaction/limitations.cn.md
+++ b/docs/document/content/features/transaction/limitations.cn.md
@@ -38,15 +38,10 @@ Apache ShardingSphere 希望能够将分布式事务的选择权交给使用者
 ### 支持项
 
 * 支持数据分片后的跨库事务;
-* 支持 RC 隔离级别;
 * 通过 undo 快照进行事务回滚;
 * 支持服务宕机后的,自动恢复提交中的事务。
 
 ### 不支持项
 
-* 不支持除 RC 之外的隔离级别。
-
-### 待优化项
-
-* Apache ShardingSphere 和 SEATA 重复 SQL 解析。
+* 不支持隔离级别。
 
diff --git a/docs/document/content/features/transaction/limitations.en.md b/docs/document/content/features/transaction/limitations.en.md
index 0336a4e4e5b..93c94f31483 100644
--- a/docs/document/content/features/transaction/limitations.en.md
+++ b/docs/document/content/features/transaction/limitations.en.md
@@ -39,14 +39,9 @@ Apache ShardingSphere wants to give the user choice of distributed transaction t
 ### Supported
 
 * Support cross-database transactions after sharding;
-* Support RC isolation level;
 * Rollback transaction according to undo log;
 * Support recovery committing transaction automatically after the service is down.
 
 ### Unsupported
 
-* Do not support other isolation level except RC.
-
-### To Be Optimized
-
-* SQL parsed twice by Apache ShardingSphere and SEATA.
+* Do not support isolation level.