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.dox8
1 files changed, 8 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 3d916e675aa..906e6959be8 100644
--- a/src/third_party/wiredtiger/src/docs/arch-index.dox
+++ b/src/third_party/wiredtiger/src/docs/arch-index.dox
@@ -139,6 +139,10 @@ make up in-memory Btrees and subordinate data structures.
A checkpoint is created by WiredTiger to serve as a point from which it can recover.
+@subpage arch-connection
+
+A connection is a handle to a WiredTiger database instance.
+
@subpage arch-cursor
Cursors are used to get and modify data.
@@ -196,6 +200,10 @@ Rollback to stable to remove the unstable updates from the database.
A schema defines the format of the application data in WiredTiger.
+@subpage arch-session
+
+A session defines the context for most operations performed in WiredTiger.
+
@subpage arch-snapshot
Snapshots are implemented by storing transaction ids committed before