Skip to content

Commit d0bbe0d

Browse files
Update configuration settings for 2025.07
1 parent 25e4427 commit d0bbe0d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,22 @@ a|An integer.
184184
m|+++600+++
185185
|===
186186

187+
188+
[role=label--new-2025.07 label--dynamic]
189+
[[config_db.checkpoint.throughput.limit]]
190+
=== `db.checkpoint.throughput.limit`
191+
192+
.db.checkpoint.throughput.limit
193+
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
194+
|===
195+
|Description
196+
a|Limit the write throughput per second of the background checkpoint process. This setting is advisory. It is ignored in Neo4j Community Edition and is followed to best effort in Enterprise Edition. Limiting the write IO in this way leaves more bandwidth in the IO subsystem to service random-read IOs, which is important for the response time of queries when the database cannot fit entirely in memory. The only drawback of this setting is that longer checkpoint times may lead to slightly longer recovery times in case of a database or system crash. A lower number means lower IO pressure and, consequently, longer checkpoint times. Set this to null to disable the throughput limit and fallback to IOPS limit.
197+
|Valid values
198+
a|A byte size (valid multipliers are B, KiB, KB, K, kB, kb, k, MiB, MB, M, mB, mb, m, GiB, GB, G, gB, gb, g, TiB, TB, PiB, PB, EiB, EB) that is minimum 8.00KiB.
199+
|Default value
200+
m|+++None+++
201+
|===
202+
187203
== Cloud storage integration settings
188204

189205
Cloud integration settings allow you to specify custom Azure blob storage endpoints and host authorities, set the project ID for Google Cloud Storage buckets, and define the desired throughput for transfer operations in Amazon S3.
@@ -1825,7 +1841,7 @@ For more information, see xref:/performance/statistics-execution-plans.adoc[Stat
18251841
|Description
18261842
a|The default language of a database determines which language is used to evaluate queries that do not explicitly select a language. This setting determines the default language used for new (and initial) databases where not specified as part of `CREATE` or `ALTER` database.
18271843
|Valid values
1828-
a|One of [CYPHER_5, CYPHER_25] that the [] values acceptance depend on 'internal.dbms.cypher.enable_experimental_versions'.
1844+
a|One of [CYPHER_5, CYPHER_25]. label:changed[Changed in 2025.07]
18291845
|Default value
18301846
m|+++CYPHER_5+++
18311847
|===

modules/ROOT/pages/configuration/dynamic-settings.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RETURN name
3636
| name |
3737
+----------------------------------------------------------------+
3838
| "db.checkpoint.iops.limit" |
39+
| "db.checkpoint.throughput.limit" |
3940
| "db.format" |
4041
| "db.lock.acquisition.timeout" |
4142
| "db.logs.query.annotation_data_format" |

0 commit comments

Comments
 (0)