Skip to content

Commit a2852d2

Browse files
Replace page-alias with the links
1 parent d199108 commit a2852d2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/ROOT/pages/database-internals/checkpointing.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[[checkpointing-log-pruning]]
2-
:page-aliases: monitoring/transaction-management.adoc
32
= Checkpointing and log pruning
43

4+
[NOTE]
5+
====
6+
For information on checkpointing and log pruning in Neo4j 4.4, refer to link:https://neo4j.com/docs/operations-manual/4.4/configuration/configuration-settings/#_checkpoint_settings[Configuration settings -> Checkpoint settings] and link:https://neo4j.com/docs/operations-manual/4.4/configuration/transaction-logs/#transaction-logging-log-pruning[Transaction log -> Log pruning] respectively.
7+
====
8+
59
Checkpointing is the process of flushing all pending updates from volatile memory to non-volatile data storage.
610
This action is crucial to limit the number of transactions that need to be replayed during the recovery process, particularly to minimize the time required for recovery after an improper shutdown of the database or a crash.
711

@@ -155,4 +159,4 @@ https://neo4j.com/docs/operations-manual/current/monitoring/metrics/reference/#m
155159
neo4j.check_point.duration.csv
156160
neo4j.check_point.total_time.csv
157161
neo4j.check_point.events.csv
158-
....
162+
....

0 commit comments

Comments
 (0)