From 7adb39224ee8043ae62f287942ed4f5e66a73a4e Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Wed, 10 Dec 2025 17:37:26 +0000 Subject: [PATCH 1/5] Remove the disclaimer and add a few sentences for Infinigraph --- modules/ROOT/content-nav.adoc | 2 +- modules/ROOT/pages/scalability/concepts.adoc | 2 +- .../pages/scalability/scaling-with-neo4j.adoc | 9 +++++--- .../configuration.adoc | 3 --- .../sharded-property-databases/overview.adoc | 21 +++---------------- 5 files changed, 11 insertions(+), 26 deletions(-) diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index e59741670..b71b94cff 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -173,7 +173,7 @@ *** xref:scalability/composite-databases/querying-composite-databases.adoc[] *** xref:scalability/composite-databases/sharding-with-copy.adoc[] //*** xref:scalability/composite-databases/scaling-with-composite-databases.adoc[] -** Property sharding (Preview feature) +** Property sharding (Infinigraph) *** xref:scalability/sharded-property-databases/overview.adoc[] *** xref:scalability/sharded-property-databases/planning-and-sizing.adoc[] *** xref:scalability/sharded-property-databases/configuration.adoc[] diff --git a/modules/ROOT/pages/scalability/concepts.adoc b/modules/ROOT/pages/scalability/concepts.adoc index 91a7f9f87..8e5fc27af 100644 --- a/modules/ROOT/pages/scalability/concepts.adoc +++ b/modules/ROOT/pages/scalability/concepts.adoc @@ -8,7 +8,7 @@ The three main strategies are: * xref:clustering/setup/analytics-cluster.adoc[Analytics clustering] -- for horizontal read scalability. * xref:scalability/composite-databases/concepts.adoc[Composite databases] -- for federated queries and distributed data management. -* xref:scalability/sharded-property-databases/overview.adoc[Property sharding] -- for handling massive property-heavy graphs. +* xref:scalability/sharded-property-databases/overview.adoc[Property sharding] (part of Infinigraph) -- for handling massive property-heavy graphs. == What is scalability? diff --git a/modules/ROOT/pages/scalability/scaling-with-neo4j.adoc b/modules/ROOT/pages/scalability/scaling-with-neo4j.adoc index 72ce210e8..50648b006 100644 --- a/modules/ROOT/pages/scalability/scaling-with-neo4j.adoc +++ b/modules/ROOT/pages/scalability/scaling-with-neo4j.adoc @@ -2,7 +2,10 @@ :description: Scaling strategies with Neo4j. = Scaling with Neo4j -Neo4j offers various options for scaling, tailored to specific use cases and requirements. Here are some of the supported scaling strategies: +Neo4j offers various options for scaling, tailored to specific use cases and requirements. +You can mix and match these strategies to create a scalable solution that meets your needs. + +Here are some of the supported scaling strategies: * *Data replication via Neo4j analytics clustering (read scalability)* -- A Neo4j cluster is a high-availability cluster with multi-DB support. It is a collection of servers running Neo4j that are configured to communicate with each other. @@ -34,7 +37,7 @@ The main advantage is obtained by combining Neo4j clustering and composite datab * *Data distribution via Infinigraph* -- using a distributed graph architecture to extend a single system without fragmenting the graph. //This allows, in theory, the unlimited growth of a graph. + -label:preview[Preview feature] xref:scalability/sharded-property-databases/overview.adoc[Property sharding] (part of Infinigraph) allows you to decouple the properties attached to nodes and relationships and store them in separate graphs. +xref:scalability/sharded-property-databases/overview.adoc[Property sharding] (part of Infinigraph) allows you to decouple the properties attached to nodes and relationships and store them in separate graphs. This architecture enables the independent scaling of property data, allowing for the handling of high volumes, heavy queries, and high read concurrency. The following table summarizes the similarities and differences between analytics clustering, composite databases, and sharded property databases: @@ -110,7 +113,7 @@ Tools used on individual shards and Bloom are not supported on composite databas //TODO //Admin considerations -// == Property sharding (Preview feature) +// == Property sharding // Sharded property databases diff --git a/modules/ROOT/pages/scalability/sharded-property-databases/configuration.adoc b/modules/ROOT/pages/scalability/sharded-property-databases/configuration.adoc index 6ae149f36..6e97b10e3 100644 --- a/modules/ROOT/pages/scalability/sharded-property-databases/configuration.adoc +++ b/modules/ROOT/pages/scalability/sharded-property-databases/configuration.adoc @@ -14,9 +14,6 @@ To enable the property sharding in your cluster, you must configure the followin |=== | Configuration setting | Description -| internal.dbms.sharded_property_database.enabled=true -| By default, the sharded property database is disabled.footnote:[Property sharding is a preview feature. For details, see xref:scalability/sharded-property-databases/overview.adoc[Property sharding overview].] - | db.query.default_language=CYPHER_25 | Ensures that any database created will use Cypher 25 (unless users specifically override the default version in the `CREATE DATABASE` command). See xref:configuration/cypher-version-configuration.adoc[Configure the Cypher default version] and link:https://neo4j.com/docs/cypher-manual/current/queries/select-version/[Cypher Manual -> Select Cypher version]. diff --git a/modules/ROOT/pages/scalability/sharded-property-databases/overview.adoc b/modules/ROOT/pages/scalability/sharded-property-databases/overview.adoc index 4a7afdfb4..2e4556ea5 100644 --- a/modules/ROOT/pages/scalability/sharded-property-databases/overview.adoc +++ b/modules/ROOT/pages/scalability/sharded-property-databases/overview.adoc @@ -2,27 +2,12 @@ :description: This page describes property sharding and how it works. = Overview -.Preview Feature -[IMPORTANT] -==== -The *property sharding feature is offered AS-IS* as described in your agreement with Neo4j and should only be used for internal development purposes. - -When this feature becomes generally available, you will need to upgrade to the latest Neo4j version (which may require downtime) to use the feature for non-development purposes. - -*Enabling the preview feature (internal parameter):* + -By default, the sharded property database is disabled. -Use the internal setting `internal.dbms.sharded_property_database.enabled=true` to enable it. - -During the Preview period, if you have any feedback, comments, or encounter any issues, we welcome them in our link:https://github.com/neo4j/neo4j/issues[public GitHub repository]. -We will address them to the best of our ability. -Please include the term *Infinigraph* or *property sharding* in the title of your issue so we can identify it more easily. + -Customers with active contracts may contact Neo4j Support through the standard support channels. -Please note that any cases related to the Preview feature will be classified as Severity 4 by default, in accordance with the link:https://neo4j.com/terms/support-terms/[Support Terms]. -==== +Property sharding is part of Infinigraph, Neo4j’s distributed graph architecture that uses sharding to distribute the graph’s property data across different members of a cluster. +The graph remains logically intact, queries behave as expected, and applications scale without requiring code changes or manual workarounds. == What is property sharding? -Property sharding is about decoupling the properties associated with nodes and relationships, and storing them in separate graphs. +Property sharding involves decoupling the properties associated with nodes and relationships, and storing them in separate graphs. The graph structure, comprising nodes and relationships, is stored in a single "graph shard". The properties associated with these nodes and relationships are distributed across multiple "property shards". This architecture enables the independent scaling of property data, allowing for the handling of larger volumes of properties without impacting the performance of the graph structure. + From f338ee496de5fd2b3bcba8adc4e46144ecde2713 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Wed, 10 Dec 2025 17:48:59 +0000 Subject: [PATCH 2/5] update the System requirements and configuration page --- .../sharded-property-databases/configuration.adoc | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/modules/ROOT/pages/scalability/sharded-property-databases/configuration.adoc b/modules/ROOT/pages/scalability/sharded-property-databases/configuration.adoc index 6e97b10e3..3fda5133a 100644 --- a/modules/ROOT/pages/scalability/sharded-property-databases/configuration.adoc +++ b/modules/ROOT/pages/scalability/sharded-property-databases/configuration.adoc @@ -8,18 +8,5 @@ The sharded property database requires the same xref:installation/requirements.a == Configuration settings -To enable the property sharding in your cluster, you must configure the following additional configuration settings on each server: - -[options="header", width="100%", cols="4m,4a"] -|=== -| Configuration setting | Description - -| db.query.default_language=CYPHER_25 -| Ensures that any database created will use Cypher 25 (unless users specifically override the default version in the `CREATE DATABASE` command). +To enable the property sharding in your cluster, you must also ensure that the default Cypher version is set to Cypher 25 by adding `db.query.default_language=CYPHER_25` parameter to the `neo4j.conf` file on each server or by prefixing your Cypher queries with `CYPHER_25`. See xref:configuration/cypher-version-configuration.adoc[Configure the Cypher default version] and link:https://neo4j.com/docs/cypher-manual/current/queries/select-version/[Cypher Manual -> Select Cypher version]. - -|=== - - - - From dbf80d5e177d4f1d804cc9e42a86785c3a47d077 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Thu, 11 Dec 2025 10:59:21 +0000 Subject: [PATCH 3/5] remove internal settings and add Cypher 5 to quarantine database procedure --- modules/ROOT/pages/kubernetes/configuration.adoc | 5 ----- .../sharded-property-databases/admin-operations.adoc | 6 ++---- .../limitations-and-considerations.adoc | 8 +------- 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/modules/ROOT/pages/kubernetes/configuration.adoc b/modules/ROOT/pages/kubernetes/configuration.adoc index a6903ac44..7ea91c3d7 100644 --- a/modules/ROOT/pages/kubernetes/configuration.adoc +++ b/modules/ROOT/pages/kubernetes/configuration.adoc @@ -564,11 +564,6 @@ config: # Enable automatic reloading of TLS certificates dbms.security.tls_reload_enabled: "true" - # SPeeDy (Sharded Property Database) feature flag - # Enables the sharded property database feature for improved performance with large datasets - # Set to "true" to enable SPeeDy, "false" to disable (default: false) - internal.dbms.sharded_property_database.enabled: "false" - apoc_config: {} # apoc.trigger.enabled: "true" # apoc.import.file.enabled: "true" diff --git a/modules/ROOT/pages/scalability/sharded-property-databases/admin-operations.adoc b/modules/ROOT/pages/scalability/sharded-property-databases/admin-operations.adoc index 0f04cfc27..817e8ec48 100644 --- a/modules/ROOT/pages/scalability/sharded-property-databases/admin-operations.adoc +++ b/modules/ROOT/pages/scalability/sharded-property-databases/admin-operations.adoc @@ -62,8 +62,6 @@ A backup must be taken of each shard, for example: bin/neo4j-admin database backup "foo*" --to-path=/backups --from=localhost:6361 --remote-address-resolution ---- -The `--remote-address-resolution` option requires `internal.dbms.cluster.experimental_protocol_version.dbms_enabled=true` to be set in both the _neo4j.conf_ and _neo4j-admin.conf_ files. - You can then check the validity of the resulting backups using: [source,shell] @@ -130,8 +128,8 @@ Failure to meet this requirement will make a given replica of a property shard u If a property shard replica does fall behind the transaction log range available on the graph shard, you can recover it by: . Connecting to the `system` database on the server hosting the affected replica using the _bolt://_ scheme. -. Quarantining the replica using xref:procedures.adoc#procedure_dbms_quarantineDatabase[`dbms.quarantineDatabase()`]. -. Unquarantining the replica using xref:procedures.adoc#procedure_dbms_unquarantineDatabase[`dbms.unquarantineDatabase()`] with the `replaceStateReplaceStore` option. +. Quarantining the replica using xref:procedures.adoc#procedure_dbms_quarantineDatabase[`Cypher 5 CALL dbms.quarantineDatabase()`]. +. Unquarantining the replica using xref:procedures.adoc#procedure_dbms_unquarantineDatabase[`Cypher 5 CALL dbms.unquarantineDatabase()`] with the `replaceStateReplaceStore` option. This will force the replica to copy the database store files from another replica of the property shard. If all replicas of a given property shard are behind, then the sharded property database as a whole becomes unusable. diff --git a/modules/ROOT/pages/scalability/sharded-property-databases/limitations-and-considerations.adoc b/modules/ROOT/pages/scalability/sharded-property-databases/limitations-and-considerations.adoc index e68b18ae5..5f08bd680 100644 --- a/modules/ROOT/pages/scalability/sharded-property-databases/limitations-and-considerations.adoc +++ b/modules/ROOT/pages/scalability/sharded-property-databases/limitations-and-considerations.adoc @@ -128,10 +128,4 @@ A suitable heuristic is to ensure that the transaction log kept covers the trans [NOTE] ==== It is important to ensure that there is space for the transaction logs and that the server does not run out of disk space. -==== - - -=== Controlling the property shard transaction log pull frequency - -The interval at which property shards pull transaction log entries from the graph shard is controlled by `internal.dbms.sharded_property_database.property_pull_interval` (defaults to 10ms). -Write performance can often be improved by setting this value lower at the cost of more polling on the graph shard from the property shards, however, the impact of this has not yet been fully tested. \ No newline at end of file +==== \ No newline at end of file From b659e6d67f459334f19baf380b54b591132291f9 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Thu, 11 Dec 2025 11:04:26 +0000 Subject: [PATCH 4/5] change introduced in to 2025.12 --- modules/ROOT/pages/scalability/concepts.adoc | 2 +- modules/ROOT/pages/scalability/scaling-with-neo4j.adoc | 2 +- .../sharded-property-databases/admin-operations.adoc | 2 +- .../sharded-property-databases/altering-sharded-databases.adoc | 2 +- .../scalability/sharded-property-databases/configuration.adoc | 2 +- .../sharded-property-databases/create-spd-database.adoc | 2 +- .../scalability/sharded-property-databases/data-ingestion.adoc | 2 +- .../sharded-property-databases/deleting-sharded-databases.adoc | 2 +- .../limitations-and-considerations.adoc | 2 +- .../sharded-property-databases/listing-sharded-databases.adoc | 2 +- .../pages/scalability/sharded-property-databases/overview.adoc | 2 +- .../sharded-property-databases/planning-and-sizing.adoc | 2 +- .../sharded-property-databases/role-based-access-control.adoc | 2 +- .../pages/scalability/sharded-property-databases/security.adoc | 2 +- .../starting-stopping-sharded-databases.adoc | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/modules/ROOT/pages/scalability/concepts.adoc b/modules/ROOT/pages/scalability/concepts.adoc index 8e5fc27af..2bc003a29 100644 --- a/modules/ROOT/pages/scalability/concepts.adoc +++ b/modules/ROOT/pages/scalability/concepts.adoc @@ -1,4 +1,4 @@ -:page-role: new-2025.10 enterprise-edition not-on-aura +:page-role: new-2025.12 enterprise-edition not-on-aura :description: This page describes the concepts behind scalability with Neo4j. = Concepts diff --git a/modules/ROOT/pages/scalability/scaling-with-neo4j.adoc b/modules/ROOT/pages/scalability/scaling-with-neo4j.adoc index 50648b006..a60e3c6d2 100644 --- a/modules/ROOT/pages/scalability/scaling-with-neo4j.adoc +++ b/modules/ROOT/pages/scalability/scaling-with-neo4j.adoc @@ -1,4 +1,4 @@ -:page-role: new-2025.10 enterprise-edition not-on-aura +:page-role: new-2025.12 enterprise-edition not-on-aura :description: Scaling strategies with Neo4j. = Scaling with Neo4j diff --git a/modules/ROOT/pages/scalability/sharded-property-databases/admin-operations.adoc b/modules/ROOT/pages/scalability/sharded-property-databases/admin-operations.adoc index 817e8ec48..9174929b5 100644 --- a/modules/ROOT/pages/scalability/sharded-property-databases/admin-operations.adoc +++ b/modules/ROOT/pages/scalability/sharded-property-databases/admin-operations.adoc @@ -1,4 +1,4 @@ -:page-role: new-2025.10 enterprise-edition not-on-aura +:page-role: new-2025.12 enterprise-edition not-on-aura :description: Admin operations for sharded property databases :keywords: sharded property databases, sharding, admin operations, aliases, servers, backup, recovery, failover = Admin operations diff --git a/modules/ROOT/pages/scalability/sharded-property-databases/altering-sharded-databases.adoc b/modules/ROOT/pages/scalability/sharded-property-databases/altering-sharded-databases.adoc index 9baca0e26..b8d5b66ec 100644 --- a/modules/ROOT/pages/scalability/sharded-property-databases/altering-sharded-databases.adoc +++ b/modules/ROOT/pages/scalability/sharded-property-databases/altering-sharded-databases.adoc @@ -1,4 +1,4 @@ -:page-role: new-2025.10 enterprise-edition not-on-aura +:page-role: new-2025.12 enterprise-edition not-on-aura :description: Describes how to alter sharded property databases in Neo4j. = Altering sharded property databases diff --git a/modules/ROOT/pages/scalability/sharded-property-databases/configuration.adoc b/modules/ROOT/pages/scalability/sharded-property-databases/configuration.adoc index 3fda5133a..4d17736e0 100644 --- a/modules/ROOT/pages/scalability/sharded-property-databases/configuration.adoc +++ b/modules/ROOT/pages/scalability/sharded-property-databases/configuration.adoc @@ -1,4 +1,4 @@ -:page-role: new-2025.10 enterprise-edition not-on-aura +:page-role: new-2025.12 enterprise-edition not-on-aura :description: This page describes the system requirements and configuration settings for sharded property databases. = System requirements and configuration diff --git a/modules/ROOT/pages/scalability/sharded-property-databases/create-spd-database.adoc b/modules/ROOT/pages/scalability/sharded-property-databases/create-spd-database.adoc index 6750a1bf7..3e187c000 100644 --- a/modules/ROOT/pages/scalability/sharded-property-databases/create-spd-database.adoc +++ b/modules/ROOT/pages/scalability/sharded-property-databases/create-spd-database.adoc @@ -1,5 +1,5 @@ :description: This page describes how to create a sharded property database using the `CREATE DATABASE` command. -:page-role: new-2025.10 enterprise-edition not-on-aura +:page-role: new-2025.12 enterprise-edition not-on-aura :keywords: sharded property database, CREATE DATABASE, Cypher 25 = `CREATE DATABASE` command with sharded databases diff --git a/modules/ROOT/pages/scalability/sharded-property-databases/data-ingestion.adoc b/modules/ROOT/pages/scalability/sharded-property-databases/data-ingestion.adoc index 35f2876cb..76c36a6b9 100644 --- a/modules/ROOT/pages/scalability/sharded-property-databases/data-ingestion.adoc +++ b/modules/ROOT/pages/scalability/sharded-property-databases/data-ingestion.adoc @@ -1,4 +1,4 @@ -:page-role: new-2025.10 enterprise-edition not-on-aura +:page-role: new-2025.12 enterprise-edition not-on-aura :description: Methods for ingesting data into a sharded property database. :keywords: sharded property database, data ingestion, import, neo4j-admin, LOAD CSV, CREATE DATABASE = Data ingestion diff --git a/modules/ROOT/pages/scalability/sharded-property-databases/deleting-sharded-databases.adoc b/modules/ROOT/pages/scalability/sharded-property-databases/deleting-sharded-databases.adoc index 6609dfb91..4d506a5f0 100644 --- a/modules/ROOT/pages/scalability/sharded-property-databases/deleting-sharded-databases.adoc +++ b/modules/ROOT/pages/scalability/sharded-property-databases/deleting-sharded-databases.adoc @@ -1,4 +1,4 @@ -:page-role: new-2025.10 enterprise-edition not-on-aura +:page-role: new-2025.12 enterprise-edition not-on-aura :description: Instructions for deleting sharded property databases in Neo4j. :keywords: sharded databases, delete sharded databases, drop sharded databases, drop database = Deleting sharded property databases diff --git a/modules/ROOT/pages/scalability/sharded-property-databases/limitations-and-considerations.adoc b/modules/ROOT/pages/scalability/sharded-property-databases/limitations-and-considerations.adoc index 5f08bd680..83755f422 100644 --- a/modules/ROOT/pages/scalability/sharded-property-databases/limitations-and-considerations.adoc +++ b/modules/ROOT/pages/scalability/sharded-property-databases/limitations-and-considerations.adoc @@ -1,4 +1,4 @@ -:page-role: new-2025.10 enterprise-edition not-on-aura +:page-role: new-2025.12 enterprise-edition not-on-aura :description: = Limitations and considerations diff --git a/modules/ROOT/pages/scalability/sharded-property-databases/listing-sharded-databases.adoc b/modules/ROOT/pages/scalability/sharded-property-databases/listing-sharded-databases.adoc index 605d77b67..70d6493b0 100644 --- a/modules/ROOT/pages/scalability/sharded-property-databases/listing-sharded-databases.adoc +++ b/modules/ROOT/pages/scalability/sharded-property-databases/listing-sharded-databases.adoc @@ -1,4 +1,4 @@ -:page-role: new-2025.10 enterprise-edition not-on-aura +:page-role: new-2025.12 enterprise-edition not-on-aura :description: Listing sharded property databases = Listing sharded property databases diff --git a/modules/ROOT/pages/scalability/sharded-property-databases/overview.adoc b/modules/ROOT/pages/scalability/sharded-property-databases/overview.adoc index 2e4556ea5..bf60bbecb 100644 --- a/modules/ROOT/pages/scalability/sharded-property-databases/overview.adoc +++ b/modules/ROOT/pages/scalability/sharded-property-databases/overview.adoc @@ -1,4 +1,4 @@ -:page-role: new-2025.10 enterprise-edition not-on-aura +:page-role: new-2025.12enterprise-edition not-on-aura :description: This page describes property sharding and how it works. = Overview diff --git a/modules/ROOT/pages/scalability/sharded-property-databases/planning-and-sizing.adoc b/modules/ROOT/pages/scalability/sharded-property-databases/planning-and-sizing.adoc index da06a478c..3a830ee97 100644 --- a/modules/ROOT/pages/scalability/sharded-property-databases/planning-and-sizing.adoc +++ b/modules/ROOT/pages/scalability/sharded-property-databases/planning-and-sizing.adoc @@ -1,4 +1,4 @@ -:page-role: new-2025.10 enterprise-edition not-on-aura +:page-role: new-2025.12 enterprise-edition not-on-aura :description: This page describes the planning and sizing of sharded property databases. = Planning and sizing diff --git a/modules/ROOT/pages/scalability/sharded-property-databases/role-based-access-control.adoc b/modules/ROOT/pages/scalability/sharded-property-databases/role-based-access-control.adoc index 974191b00..be9a7522b 100644 --- a/modules/ROOT/pages/scalability/sharded-property-databases/role-based-access-control.adoc +++ b/modules/ROOT/pages/scalability/sharded-property-databases/role-based-access-control.adoc @@ -1,4 +1,4 @@ -:page-role: new-2025.10 enterprise-edition not-on-aura +:page-role: new-2025.12 enterprise-edition not-on-aura :description: Managing role-based access control in sharded property databases. = Role-based access control (RBAC) diff --git a/modules/ROOT/pages/scalability/sharded-property-databases/security.adoc b/modules/ROOT/pages/scalability/sharded-property-databases/security.adoc index 79c96f176..bad080183 100644 --- a/modules/ROOT/pages/scalability/sharded-property-databases/security.adoc +++ b/modules/ROOT/pages/scalability/sharded-property-databases/security.adoc @@ -1,4 +1,4 @@ -:page-role: new-2025.10 enterprise-edition not-on-aura +:page-role: new-2025.12 enterprise-edition not-on-aura :description: Security considerations for sharded property databases = Security diff --git a/modules/ROOT/pages/scalability/sharded-property-databases/starting-stopping-sharded-databases.adoc b/modules/ROOT/pages/scalability/sharded-property-databases/starting-stopping-sharded-databases.adoc index e1c6be081..786a260d7 100644 --- a/modules/ROOT/pages/scalability/sharded-property-databases/starting-stopping-sharded-databases.adoc +++ b/modules/ROOT/pages/scalability/sharded-property-databases/starting-stopping-sharded-databases.adoc @@ -1,4 +1,4 @@ -:page-role: new-2025.10 enterprise-edition not-on-aura +:page-role: new-2025.12 enterprise-edition not-on-aura :description: Starting and stopping sharded property databases = Starting and stopping sharded property databases From ea3ac026816d44f896281c24651262a1f891bd03 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Thu, 11 Dec 2025 15:34:53 +0000 Subject: [PATCH 5/5] remove the label from Concepts --- modules/ROOT/pages/scalability/concepts.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/scalability/concepts.adoc b/modules/ROOT/pages/scalability/concepts.adoc index 2bc003a29..9c0ebc082 100644 --- a/modules/ROOT/pages/scalability/concepts.adoc +++ b/modules/ROOT/pages/scalability/concepts.adoc @@ -1,4 +1,4 @@ -:page-role: new-2025.12 enterprise-edition not-on-aura +:page-role: enterprise-edition not-on-aura :description: This page describes the concepts behind scalability with Neo4j. = Concepts @@ -8,7 +8,7 @@ The three main strategies are: * xref:clustering/setup/analytics-cluster.adoc[Analytics clustering] -- for horizontal read scalability. * xref:scalability/composite-databases/concepts.adoc[Composite databases] -- for federated queries and distributed data management. -* xref:scalability/sharded-property-databases/overview.adoc[Property sharding] (part of Infinigraph) -- for handling massive property-heavy graphs. +* xref:scalability/sharded-property-databases/overview.adoc[Property sharding] (part of Infinigraph) label:new[Introduced in 2025.12] -- for handling massive property-heavy graphs. == What is scalability?