-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
consistency when executing update #2
Labels
Comments
目前事务只是可用,还没有做跨数据库的事务原子性。我们未来会基于BASE做最终一致性的柔性事务。有什么建议都可以提,多谢 |
基于BASE做最终一致性的柔性事务? 这个和Notify之类的有什么区别? |
想法还未完全成型。柔性事务可以网上搜下。不过最终我们不一定采用什么方案。等做的时候可以详细讨论 |
terrymanu
pushed a commit
that referenced
this issue
May 2, 2018
Closed
terrymanu
pushed a commit
that referenced
this issue
Jun 10, 2019
wgy8283335
added a commit
that referenced
this issue
Nov 25, 2019
add sharding-orchestration-center module in Orchestration 5.x (#3468)
tristaZero
pushed a commit
that referenced
this issue
Sep 6, 2020
Closed
hubao-1125
referenced
this issue
in hubao-1125/shardingsphere
Dec 15, 2021
xuup
added a commit
to xuup/shardingsphere
that referenced
this issue
Jul 19, 2022
tianhao960
added a commit
to tianhao960/shardingsphere
that referenced
this issue
Aug 19, 2022
tuichenchuxin
pushed a commit
that referenced
this issue
Aug 23, 2022
* add createProcedure rule for oracle #1 * add createProcedure rule for oracle #2 * add createProcedure rule for oracle #3 * add createProcedure rule for oracle #4 * add createProcedure rule for oracle #5 * add createProcedure rule for oracle #6 * add createProcedure rule for oracle #6 * add createProcedure rule for oracle #7
strongduanmu
pushed a commit
that referenced
this issue
Aug 24, 2022
* add createProcedure rule for oracle #1 * add createProcedure rule for oracle #2 * add createProcedure rule for oracle #3 * add createProcedure rule for oracle #4 * add createProcedure rule for oracle #5 * add createProcedure rule for oracle #6 * add createProcedure rule for oracle #6 * add createProcedure rule for oracle #7 * add dropProcedure and alterProcedure rule for oracle * add javadoc and final for ProcedureStatement
tianhao960
added a commit
to tianhao960/shardingsphere
that referenced
this issue
Sep 1, 2022
strongduanmu
pushed a commit
that referenced
this issue
Sep 1, 2022
tianhao960
added a commit
to tianhao960/shardingsphere
that referenced
this issue
Sep 9, 2022
terrymanu
pushed a commit
that referenced
this issue
Sep 14, 2022
tianhao960
added a commit
to tianhao960/shardingsphere
that referenced
this issue
Sep 26, 2022
strongduanmu
pushed a commit
that referenced
this issue
Sep 26, 2022
RaigorJiang
added a commit
that referenced
this issue
Oct 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi:
In Sharding-jdbc PreparedStatementExecutor will execute RoutedPreparedStatement list concurrently. Do you have any mechanism to ensure the consistency between multiple datasources when executing updates? It seems to me that if the connection is set auto-commit, one datasource' failure will not rollback other datasources' execution and therefore the overall consistency is not guaranteed. Do we have to use manual commit when using sharding-jdbc to do update operation?
The text was updated successfully, but these errors were encountered: