Skip to content

Commit c4c67ac

Browse files
authored
Change "database connections" to "database queries"
1 parent bedd45a commit c4c67ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/howto/monitoring-troubleshooting/detect-and-resolve-performance-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Slow retrieves can occur for a number of different reasons, such as:
124124
Additionally, for details on how denormalization can improve your app performance in some cases, review [How to Denormalize Data to Improve Performance](/howto/data-models/denormalize-data-to-improve-performance/).
125125

126126
{{% alert color="info" %}}
127-
You can set up the [LogMinDurationQuery](/refguide/custom-settings/#LogMinDurationQuery) for debugging slow database connections or XPaths. For debugging purposes, you can set the value to `500` milliseconds to see all the retrieves or commits that take longer than `500` milliseconds.
127+
You can set up the [LogMinDurationQuery](/refguide/custom-settings/#LogMinDurationQuery) for debugging slow database queries (OQL and XPath). For debugging purposes, you can set the value to `500` milliseconds to see all the retrieves or commits that take longer than `500` milliseconds.
128128
{{% /alert %}}
129129

130130
### Slow Database Commits

0 commit comments

Comments
 (0)