-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from Hoverbear/multi-version
Add multi-version support
- Loading branch information
Showing
124 changed files
with
5,546 additions
and
421 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
2 changes: 1 addition & 1 deletion
2
.../consensus-algorithm/byzantine-failure.md → .../consensus-algorithm/byzantine-failure.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Byzantine Failure | ||
menu: | ||
docs: | ||
nav: | ||
parent: Consensus algorithm | ||
weight: 2 | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
.../consistency-availability-partitioning.md → .../consistency-availability-partitioning.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: CAP Theorem | ||
menu: | ||
docs: | ||
nav: | ||
parent: Consensus algorithm | ||
weight: 1 | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
...-dive/consensus-algorithm/introduction.md → ...-dive/consensus-algorithm/introduction.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Consensus algorithm | ||
menu: | ||
docs: | ||
nav: | ||
parent: Deep Dive | ||
weight: 2 | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
...cs/deep-dive/consensus-algorithm/paxos.md → ...nt/deep-dive/consensus-algorithm/paxos.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Paxos | ||
menu: | ||
docs: | ||
nav: | ||
parent: Consensus algorithm | ||
weight: 3 | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
...ocs/deep-dive/consensus-algorithm/raft.md → ...ent/deep-dive/consensus-algorithm/raft.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Raft | ||
menu: | ||
docs: | ||
nav: | ||
parent: Consensus algorithm | ||
weight: 4 | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
...ocs/deep-dive/distributed-sql/dist-sql.md → ...ent/deep-dive/distributed-sql/dist-sql.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Distributed SQL | ||
menu: | ||
docs: | ||
nav: | ||
parent: Distributed SQL over TiKV | ||
weight: 2 | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
...deep-dive/distributed-sql/introduction.md → ...deep-dive/distributed-sql/introduction.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Distributed SQL over TiKV | ||
menu: | ||
docs: | ||
nav: | ||
parent: Deep Dive | ||
weight: 8 | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
...ted-transaction/distributed-algorithms.md → ...ted-transaction/distributed-algorithms.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Distributed Algorithms | ||
menu: | ||
docs: | ||
nav: | ||
parent: Distributed transaction | ||
weight: 2 | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
...e/distributed-transaction/introduction.md → ...e/distributed-transaction/introduction.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Distributed transaction | ||
menu: | ||
docs: | ||
nav: | ||
parent: Deep Dive | ||
weight: 4 | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
...istributed-transaction/isolation-level.md → ...istributed-transaction/isolation-level.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Isolation Level | ||
menu: | ||
docs: | ||
nav: | ||
parent: Distributed transaction | ||
weight: 1 | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
...p-dive/distributed-transaction/locking.md → ...p-dive/distributed-transaction/locking.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Locking | ||
menu: | ||
docs: | ||
nav: | ||
parent: Distributed transaction | ||
weight: 3 | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
...buted-transaction/optimized-percolator.md → ...buted-transaction/optimized-percolator.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Optimized Percolator | ||
menu: | ||
docs: | ||
nav: | ||
parent: Distributed transaction | ||
weight: 6 | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
...ive/distributed-transaction/percolator.md → ...ive/distributed-transaction/percolator.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Percolator | ||
menu: | ||
docs: | ||
nav: | ||
parent: Distributed transaction | ||
weight: 5 | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
...stributed-transaction/timestamp-oracle.md → ...stributed-transaction/timestamp-oracle.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Timestamp Oracle | ||
menu: | ||
docs: | ||
nav: | ||
parent: Distributed transaction | ||
weight: 4 | ||
--- | ||
|
5 changes: 1 addition & 4 deletions
5
content/docs/deep-dive/introduction.md → content/deep-dive/introduction.md
This file contains 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
2 changes: 1 addition & 1 deletion
2
...ep-dive/key-value-engine/b-tree-vs-lsm.md → ...ep-dive/key-value-engine/b-tree-vs-lsm.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: B-Tree vs LSM-Tree | ||
menu: | ||
docs: | ||
nav: | ||
parent: Key-value engine | ||
weight: 1 | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
...eep-dive/key-value-engine/introduction.md → ...eep-dive/key-value-engine/introduction.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Key-value engine | ||
menu: | ||
docs: | ||
nav: | ||
parent: Deep Dive | ||
weight: 3 | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
...ocs/deep-dive/key-value-engine/rocksdb.md → ...ent/deep-dive/key-value-engine/rocksdb.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: RocksDB | ||
menu: | ||
docs: | ||
nav: | ||
parent: Key-value engine | ||
weight: 2 | ||
--- | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.