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.
326
+
|<<config_dbms.tx_log.preallocate,dbms.tx_log.preallocate>>|Specify if Neo4j should try to preallocate the logical log file in advance.
327
327
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
328
328
|<<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.
329
329
|<<config_dbms.tx_log.rotation.size,dbms.tx_log.rotation.size>>|Specifies at which file size the logical log will auto-rotate.
@@ -718,7 +718,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.
721
+
* <<config_dbms.tx_log.preallocate,dbms.tx_log.preallocate>>: Specify if Neo4j should try to preallocate the logical log file in advance.
722
722
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
723
723
* <<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.
724
724
* <<config_dbms.tx_log.rotation.size,dbms.tx_log.rotation.size>>: Specifies at which file size the logical log will auto-rotate.
@@ -4121,7 +4121,7 @@ m|+++memberOf+++
4121
4121
|===
4122
4122
|Description
4123
4123
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
4124
-
You could also use whitespaces and quotes around group names to make this mapping more readable, for example:
4124
+
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_. +
4396
-
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[].
4395
+
a|Enables or disables tracking of how much time a query spends actively executing on the CPU. Calling `dbms.listQueries` will display the time. +
4396
+
This can also be logged in the query log by using `dbms.logs.query.time_logging_enabled`.
4397
4397
|Valid values
4398
4398
a|dbms.track_query_cpu_time, a boolean
4399
4399
|Dynamic a|true
@@ -4483,7 +4483,7 @@ m|+++DISABLED+++
4483
4483
[cols="<1s,<4"]
4484
4484
|===
4485
4485
|Description
4486
-
a|Specify if Neo4j should try to preallocate the logical log file in advance.
4486
+
a|Specify if Neo4j should try to preallocate the logical log file in advance.
4487
4487
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
0 commit comments