Skip to content

Commit

Permalink
Fix one redirect, replace another one with the note
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaIvakina committed Dec 10, 2024
1 parent f745747 commit dcba851
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions modules/ROOT/pages/database-internals/store-formats.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Store formats
:description: This page describes store formats in Neo4j.
:page-aliases: 4.4@operations-manual:tools:neo4j-admin:neo4j-admin-store-info.adoc
[[store-formats]]
= Store formats

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

[NOTE]
====
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].
====

[[store-format-overview]]
== Available store formats

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[tutorial-composite-database]]
= Set up and use a Composite database
:description: This tutorial walks through the basics of setting up and using a Composite database.
:page-aliases: fabric-tutorial.adoc
:page-aliases: tutorial/fabric-tutorial.adoc

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

0 comments on commit dcba851

Please sign in to comment.