We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e2a55 commit 8f96581Copy full SHA for 8f96581
2 files changed
docs/_data/toc.yaml
@@ -147,6 +147,8 @@
147
url: persistence/disk-compression
148
- title: Tuning Persistence
149
url: persistence/persistence-tuning
150
+ - title: Change Data Capture
151
+ url: persistence/change-data-capture
152
- title: Cluster Snapshots
153
url: snapshots/snapshots
154
- title: Configuring Caches
docs/_docs/persistence/native-persistence.adoc
@@ -33,7 +33,7 @@ The Native Persistence functionality is based on the following features:
33
* Storing data partitions on disk
34
* Write-ahead logging
35
* Checkpointing
36
-* link:change-data-capture.adoc[Change Data Capture]
+* link:persistence/change-data-capture[Change Data Capture]
37
* Usage of OS swap
38
////
39
*TODO: diagram: update operation + wal + checkpointing*
0 commit comments