Skip to content

Commit dcba851

Browse files
Fix one redirect, replace another one with the note
1 parent f745747 commit dcba851

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

modules/ROOT/pages/database-internals/store-formats.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
= Store formats
21
:description: This page describes store formats in Neo4j.
3-
:page-aliases: 4.4@operations-manual:tools:neo4j-admin:neo4j-admin-store-info.adoc
2+
[[store-formats]]
3+
= Store formats
44

55
Neo4j's storage engine supports several store formats that describe how data is written to disk.
66
Starting from 5.23, `block` format is the recommended format for Enterprise Edition due to its superior performance and scalability.
@@ -12,6 +12,11 @@ Starting from 5.23, `block` format is the recommended format for Enterprise Edit
1212
It is not recommended to use these formats for new databases.
1313
For more information on the deprecation and timeline for the eventual removal of these formats, see <<format-deprecations, Format deprecations>>.
1414

15+
[NOTE]
16+
====
17+
For information on store formats in Neo4j 4.4, see link:https://neo4j.com/docs/operations-manual/4.4/tools/neo4j-admin/neo4j-admin-store-info/[Tools -> Neo4j Admin -> Display store information].
18+
====
19+
1520
[[store-format-overview]]
1621
== Available store formats
1722

modules/ROOT/pages/tutorial/tutorial-composite-database.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[[tutorial-composite-database]]
33
= Set up and use a Composite database
44
:description: This tutorial walks through the basics of setting up and using a Composite database.
5-
:page-aliases: fabric-tutorial.adoc
5+
:page-aliases: tutorial/fabric-tutorial.adoc
66

77
Composite databases allow queries that access multiple graphs at once.
88
This is a function that enables:

0 commit comments

Comments
 (0)