Skip to content

Commit 83f0308

Browse files
authored
Update the description of dbms.track_query_cpu_time (#1516)
Updated as per #1510
1 parent 413b62f commit 83f0308

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
@@ -323,7 +323,7 @@ If this is set to `false` (default), the search for group membership will be per
323323
|<<config_dbms.transaction.sampling.percentage,dbms.transaction.sampling.percentage>>|Transaction sampling percentage.
324324
|<<config_dbms.transaction.timeout,dbms.transaction.timeout>>|The maximum time interval of a transaction within which it should be completed.
325325
|<<config_dbms.transaction.tracing.level,dbms.transaction.tracing.level>>|Transaction creation tracing level.
326-
|<<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.
327327
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
328328
|<<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.
329329
|<<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
718718
* <<config_dbms.transaction.sampling.percentage,dbms.transaction.sampling.percentage>>: Transaction sampling percentage.
719719
* <<config_dbms.transaction.timeout,dbms.transaction.timeout>>: The maximum time interval of a transaction within which it should be completed.
720720
* <<config_dbms.transaction.tracing.level,dbms.transaction.tracing.level>>: Transaction creation tracing level.
721-
* <<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.
722722
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
723723
* <<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.
724724
* <<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+++
41214121
|===
41224122
|Description
41234123
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:
41254125
----
41264126
dbms.security.ldap.authorization.group_to_role_mapping=\
41274127
"cn=Neo4j Read Only,cn=users,dc=example,dc=com" = reader; \
@@ -4388,12 +4388,12 @@ m|+++true+++
43884388
|===
43894389

43904390
[[config_dbms.track_query_cpu_time]]
4391-
.dbms.track_query_cpu_time
4391+
.dbms.track_query_cpu_time label:Enterprise[]
43924392
[cols="<1s,<4"]
43934393
|===
43944394
|Description
4395-
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`.
43974397
|Valid values
43984398
a|dbms.track_query_cpu_time, a boolean
43994399
|Dynamic a|true
@@ -4483,7 +4483,7 @@ m|+++DISABLED+++
44834483
[cols="<1s,<4"]
44844484
|===
44854485
|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.
44874487
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
44884488
|Valid values
44894489
a|dbms.tx_log.preallocate, a boolean

0 commit comments

Comments
 (0)