You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|<<config_dbms.tx_log.preallocate,dbms.tx_log.preallocate>>|Specify if Neo4j should try to preallocate the logical log file in advance.
294
+
|<<config_dbms.tx_log.preallocate,dbms.tx_log.preallocate>>|Specify if Neo4j should try to preallocate the logical log file in advance.
295
295
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
296
296
|<<config_dbms.tx_log.rotation.retention_policy,dbms.tx_log.rotation.retention_policy>>|Tell Neo4j how long logical transaction logs should be kept to backup the database.For example, "10 days" will prune logical logs that only contain transactions older than 10 days.Alternatively, "100k txs" will keep the 100k latest transactions from each database and prune any older transactions.
297
297
|<<config_dbms.tx_log.rotation.size,dbms.tx_log.rotation.size>>|Specifies at which file size the logical log will auto-rotate.
@@ -654,7 +654,7 @@ If this is set to `false` (default), the search for group membership will be per
* <<config_dbms.tx_log.preallocate,dbms.tx_log.preallocate>>: Specify if Neo4j should try to preallocate the logical log file in advance.
657
+
* <<config_dbms.tx_log.preallocate,dbms.tx_log.preallocate>>: Specify if Neo4j should try to preallocate the logical log file in advance.
658
658
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
659
659
* <<config_dbms.tx_log.rotation.retention_policy,dbms.tx_log.rotation.retention_policy>>: Tell Neo4j how long logical transaction logs should be kept to backup the database.For example, "10 days" will prune logical logs that only contain transactions older than 10 days.Alternatively, "100k txs" will keep the 100k latest transactions from each database and prune any older transactions.
660
660
* <<config_dbms.tx_log.rotation.size,dbms.tx_log.rotation.size>>: Specifies at which file size the logical log will auto-rotate.
@@ -3697,7 +3697,7 @@ m|+++memberOf+++
3697
3697
|===
3698
3698
|Description
3699
3699
a|An authorization mapping from LDAP group names to Neo4j role names. The map should be formatted as a semicolon separated list of key-value pairs, where the key is the LDAP group name and the value is a comma separated list of corresponding role names. For example: group1=role1;group2=role2;group3=role3,role4,role5
3700
-
You could also use whitespaces and quotes around group names to make this mapping more readable, for example:
3700
+
You could also use whitespaces and quotes around group names to make this mapping more readable, for example:
a|Enables or disables tracking of how much time a query spends actively executing on the CPU. Calling `SHOW TRANSACTIONS` will display the time, but not in the _query.log_. +
3955
-
If you want the CPU time to be logged in the _query.log_, set `db.track_query_cpu_time=true` and `db.logs.query.time_logging_enabled=true` label:Enterprise[].
3954
+
a|Enables or disables tracking of how much time a query spends actively executing on the CPU. Calling `dbms.listQueries` will display the time. +
3955
+
This can also be logged in the query log by using `dbms.logs.query.time_logging_enabled`.
3956
3956
|Valid values
3957
3957
a|dbms.track_query_cpu_time, a boolean
3958
3958
|Dynamic a|true
@@ -4041,7 +4041,7 @@ m|+++DISABLED+++
4041
4041
[cols="<1s,<4"]
4042
4042
|===
4043
4043
|Description
4044
-
a|Specify if Neo4j should try to preallocate the logical log file in advance.
4044
+
a|Specify if Neo4j should try to preallocate the logical log file in advance.
4045
4045
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
0 commit comments