Skip to content

Commit ecff3de

Browse files
authored
Update the description of dbms.track_query_cpu_time (neo4j#1516) (neo4j#1519)
Updated as per neo4j#1510
1 parent 3ccb6a0 commit ecff3de

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/ROOT/partials/neo4j-config/all-settings.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ If this is set to `false` (default), the search for group membership will be per
291291
|<<config_dbms.transaction.sampling.percentage,dbms.transaction.sampling.percentage>>|Transaction sampling percentage.
292292
|<<config_dbms.transaction.timeout,dbms.transaction.timeout>>|The maximum time interval of a transaction within which it should be completed.
293293
|<<config_dbms.transaction.tracing.level,dbms.transaction.tracing.level>>|Transaction creation tracing level.
294-
|<<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.
295295
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
296296
|<<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.
297297
|<<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
654654
* <<config_dbms.transaction.sampling.percentage,dbms.transaction.sampling.percentage>>: Transaction sampling percentage.
655655
* <<config_dbms.transaction.timeout,dbms.transaction.timeout>>: The maximum time interval of a transaction within which it should be completed.
656656
* <<config_dbms.transaction.tracing.level,dbms.transaction.tracing.level>>: Transaction creation tracing level.
657-
* <<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.
658658
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
659659
* <<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.
660660
* <<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+++
36973697
|===
36983698
|Description
36993699
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:
37013701
----
37023702
dbms.security.ldap.authorization.group_to_role_mapping=\
37033703
"cn=Neo4j Read Only,cn=users,dc=example,dc=com" = reader; \
@@ -3947,12 +3947,12 @@ m|+++true+++
39473947
|===
39483948

39493949
[[config_dbms.track_query_cpu_time]]
3950-
.dbms.track_query_cpu_time
3950+
.dbms.track_query_cpu_time label:Enterprise[]
39513951
[cols="<1s,<4"]
39523952
|===
39533953
|Description
3954-
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`.
39563956
|Valid values
39573957
a|dbms.track_query_cpu_time, a boolean
39583958
|Dynamic a|true
@@ -4041,7 +4041,7 @@ m|+++DISABLED+++
40414041
[cols="<1s,<4"]
40424042
|===
40434043
|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.
40454045
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
40464046
|Valid values
40474047
a|dbms.tx_log.preallocate, a boolean

0 commit comments

Comments
 (0)