Question
· Nov 29, 2016

Is there a tool to get the slowests queries ?

Is there a tool to get the slowests queries ?

Discussion (6)0
Log in or sign up to continue

In Cache 2017.1 we have light weight SQL profiling enabled by default which will keep track of the number of times each SQL query is called and how long these queries take.  So you can quickly answer the question as to which SQL queries matter to your application and then investigate these important queries in more detail.

This information will show up in the system management portal in the SQL explorer section under the sql queries in this namespace section.