Query performance
Monitor and manage database query performance in Servoy Cloud — view slow queries, analyze with AI, and terminate active running queries directly from the Control Center.
Last updated
Was this helpful?
Monitor and manage database query performance in Servoy Cloud — view slow queries, analyze with AI, and terminate active running queries directly from the Control Center.
The Query Performance dashboard gives you insight into how your database queries are performing. You can identify slow queries, get AI-powered optimization suggestions, and view or terminate queries that are currently running.
A query needs attention once the average execution time exceeds 500ms. This indicates performance is degrading and should be investigated.
A query is critical once the average execution time exceeds 1000ms. This has a significant impact on application performance and user experience. Immediate action is required.
Queries flagged as Needs Attention should be investigated, and those flagged as Critical require immediate attention.
Each Servoy Cloud environment has a default minimum query duration threshold set to 20ms. Queries faster than this threshold are not shown in the dashboard.
To change the minimum duration:
Go to Admin Settings
Click on the Environment tab
Change the value of "Min query duration"
Save changes
The AI can analyze slow queries and suggest optimizations. To use the analyzer:
Navigate to the Query Performance dashboard from the Environment Details overview
Click the Show more button on the query you want to analyze
Click the ServoyAI icon
Read and accept the Servoy Cloud Privacy policy
Request suggestions
When creating a support ticket from a query analysis, the SQL query is automatically included so you don't have to copy it manually.
The Running Queries tab shows all database queries that are currently being executed in your environment. This lets you spot long-running or stuck queries and terminate them if needed — without needing access to the database directly.
Where to find it: Environments > [Environment Name] > Query Performance > Running Queries
From this view you can:
See all active queries with execution details, timing, and the user that triggered them
Hover over a truncated query to see the full SQL
Click the refresh icon to update the list
Click the X icon next to a query to terminate it immediately
Only users with the right permissions can view and terminate queries.

Last updated
Was this helpful?
Was this helpful?