-
A Atomicity 原子性 一个事务操作不可分割,要么都失败,要么都成功;
C Consistency 一致性 事务完成之前读取的是之前的数据,事务完成之后读取的是之后的数据,不存在一个点用户可以读取到执行过程中更改的数据;
I Isolation 隔离性 一个事务的执行不能被其它事务干扰;
D Durability 持久性 事务一旦提交,后续的操作和故障都不影响该事务。
AID的…
-
"[Elections in a Distributed Computing System](http://vis.usal.es/rodrigo/documentos/papers/BullyAlgorithm.pdf)", which describes the Invitation algorithm that the election implementation is loosely b…
-
Hi,
We are using KunderaJTAUserTransaction for achieving JTA . But when we read the source, we found that there is no 2 Phase Commit, when we use multiple datastores in same transaction. This is i…
-
## Idea
We need to have two machines (hence 2PC) for the process: a garbler (in Tandem's language, `Contributor`) and a node (that will evolve towards being the VM - in Tandem's language, `Evaluato…
-
In get_other_ep() 4pc bonuses should be compared without other tier 2pc and 4pc bonuses. Similarly 4pc bonuses should be evaluated only with that tier 2pc bonus. Whether to handle 2pc bonuses as 2pc/2…
-
分布式事务,大数据处理相关。
-
I am trying to use EMP-sh2pc with FerretOT, see also issue #31.
What I have done so far is:
- For the `SemiHonestParty` constructor in `sh_party.h`, I have replaced ` ot = new IKNP(io)` by `ot =…
-
#### Problem
Now the **_mutation_2pc_min_replica_count**_ is set in config file, and all replicas use the same one, then the problem is: if there are different replicas of different tables which have…
-
It looks to me that RocksDB's auto-recovery functionality after htting "no space left on device" does not work with the PessimisticTransactionDB and write policy `WRITE_COMMITTED`.
When the disk runs…
-
It would be advantageous to be able to enqueue jobs (using the client library) in the context of a transaction.
Is there something similar on the road map?