Property reference

glide.db.stats.threshold

The glide.db.stats.threshold property sets the time threshold in milliseconds for logging slow database queries. When enabled, it helps administrators identify performance issues by logging queries that exceed the specified execution time.

Default: 0 Type: integer Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property defines the maximum execution time for database queries to be logged as slow, aiding in performance monitoring.
What area does it affect? Database performance logging
What does the default mean? The default value is "0", which sets the baseline numeric behavior for this property.
When should you review it? Review this property when optimizing database performance or troubleshooting slow queries.

Out of the box property record

Raw metadata from the property record.

Property name glide.db.stats.threshold
Sys ID c74801060a0a0b8400951b0f05b0ebc9
Type integer
Application Global
Default value 0
Description If "Log slow queries" property is true, log queries whose execution takes longer than the following number of milliseconds (e.g. a value of 1000 = 1 second):
Updated 2024-05-25 03:39:09