doc: complete dynamic test analysis for Issue #69#1
Open
Shining1101 wants to merge 116 commits intoShining1101:coo-consistency-checkfrom
Open
doc: complete dynamic test analysis for Issue #69#1Shining1101 wants to merge 116 commits intoShining1101:coo-consistency-checkfrom
Shining1101 wants to merge 116 commits intoShining1101:coo-consistency-checkfrom
Conversation
…salHistoryGenerator
If the index name mismatches, Deneva will create the table index buckets with a huge number 16777216 (defined by SYNTH_TABLE_SIZE). When each history is tested over, it takes long time to delete all index's bucket which causes DA workload perform low.
Upload English introductions about 3TS
…decrease rollback rate
Conflicts: contrib/deneva/unified_concurrency_control/alg_dli_identify_cycle.h contrib/deneva/unified_concurrency_control/alg_dli_identify_merge.h contrib/deneva/unified_concurrency_control/dli_identify_util.h contrib/deneva/unified_concurrency_control/txn_dli_identify.h contrib/deneva/unified_concurrency_control/util.h
Add file: 3TS-DAI-Tools.pdf
There is no unified definition of Data anomalies, which refers to the specific data operation mode that may violate the consistency of the database. Known data anomalies include Dirty Write, Dirty Read, Non-repeatable Read, Phantom, Read Skew and Write Skew, etc. In order to improve the efficiency of concurrency control algorithms, data anomalies are also used to define the isolation levels, because the weak isolation level can improve the efficiency of transaction processing systems. This paper systematically studies the data anomalies and the corresponding isolation levels. We report twenty-two new data anomalies that other papers have not reported, and all data anomalies are classified miraculously. Based on the classification of data anomalies, two new isolation levels system with different granularity are proposed, which reveals the rule of defining isolation levels based on data anomalies and makes the cognition of data anomalies and isolation levels more concise.
Update the links to the newest developing branches.
Update README.md
IP fix
required by Tencent
Owner
Author
|
@犀牛鸟小助手 文档已全部补全,请审核! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
已完成 Issue Tencent#69 全部文档任务: