summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/docs/arch-index.dox
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/docs/arch-index.dox')
-rw-r--r--src/third_party/wiredtiger/src/docs/arch-index.dox4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/docs/arch-index.dox b/src/third_party/wiredtiger/src/docs/arch-index.dox
index 52ebc0120d4..c91a53129f2 100644
--- a/src/third_party/wiredtiger/src/docs/arch-index.dox
+++ b/src/third_party/wiredtiger/src/docs/arch-index.dox
@@ -132,6 +132,10 @@ The Block Manager manages the reading and writing of disk blocks.
Cache is represented by the various shared data structures that
make up in-memory Btrees and subordinate data structures.
+@subpage arch-checkpoint
+
+A checkpoint is created by WiredTiger to serve as a point from which it can recover.
+
@subpage arch-column
Column Stores are Btrees that have as their key a record id.