How do we analyse the slow scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2024 02:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2024 03:08 AM
Hi @Vishwanath Nair ,
That's the expected Behavior !! what you can do is use the Stats Tools adds modules under System Diagnostics > Stats, including Slow Queries, Slow Scripts, and Slow Transactions.
Each module accesses a table of activity patterns [sys_query_pattern], [sys_script_pattern], [sys_transaction_pattern]. Each pattern table represents a collection of unique activities. Each collection is an aggregation of executions of that unique activity over all time. Each record provides basic timing analysis with example identifiable details of the activity.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2024 04:02 AM
Hi Sandeep,
The screenshot I provided is from the sys_script_pattern table. For other jobs, we are able to see the script source, for example, in the attached screenshot, the source is clearly pointed. But in case of flow designers, even though the SQL query is shown, I am unable to figure out what flow did it generate from. Any idea how we can triage it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2024 06:26 AM - edited ‎05-23-2024 06:28 AM