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.
281
+
|<<config_dbms.tx_log.preallocate,dbms.tx_log.preallocate>>|Specify if Neo4j should try to preallocate the logical log file in advance.
282
282
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
283
283
|<<config_dbms.tx_log.rotation.retention_policy,dbms.tx_log.rotation.retention_policy>>|Make Neo4j keep the logical transaction logs for being able to backup the database.
284
284
|<<config_dbms.tx_log.rotation.size,dbms.tx_log.rotation.size>>|Specifies at which file size the logical log will auto-rotate.
@@ -625,7 +625,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.
628
+
* <<config_dbms.tx_log.preallocate,dbms.tx_log.preallocate>>: Specify if Neo4j should try to preallocate the logical log file in advance.
629
629
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
630
630
* <<config_dbms.tx_log.rotation.retention_policy,dbms.tx_log.rotation.retention_policy>>: Make Neo4j keep the logical transaction logs for being able to backup the database.
631
631
* <<config_dbms.tx_log.rotation.size,dbms.tx_log.rotation.size>>: Specifies at which file size the logical log will auto-rotate.
@@ -3504,7 +3504,7 @@ m|memberOf
3504
3504
|===
3505
3505
|Description
3506
3506
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
3507
-
You could also use whitespaces and quotes around group names to make this mapping more readable, for example:
3507
+
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_. +
3744
-
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[].
3743
+
a|Enables or disables tracking of how much time a query spends actively executing on the CPU. Calling `dbms.listQueries` will display the time. +
3744
+
This can also be logged in the query log by using `dbms.logs.query.time_logging_enabled`.
3745
3745
|Valid values
3746
3746
a|dbms.track_query_cpu_time, a boolean
3747
3747
|Dynamic a|true
@@ -3830,7 +3830,7 @@ m|DISABLED
3830
3830
[cols="<1s,<4"]
3831
3831
|===
3832
3832
|Description
3833
-
a|Specify if Neo4j should try to preallocate the logical log file in advance.
3833
+
a|Specify if Neo4j should try to preallocate the logical log file in advance.
3834
3834
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
0 commit comments