Security data filter performance analysis tool
The security data filter performance analysis tool identifies performance bottlenecks introduced by a security data filter.
Before you begin
Role required: security_admin
About this task
The performance analysis tool provides feedback on performance impact of a security data filter. It analyzes the query execution when the specified data filter is applied to the table, alongside any encoded query provided for analysis. This identifies potential performance bottlenecks introduced by the new data filter, enabling informed decision-making to balance security requirements with optimal query performance.
Procedure
Result
The Performance Summary section compares the execution of the query times with and without the selected data filter applied. It captures various metrics including Max, Min, Mean, and
Median query execution times and provides a comprehensive analysis of the filter's impact on performance.
| Indicator | Message | Explanation |
|---|---|---|
| Low | This data filter doesn't slow down queries or page load times. | The percentage change in the median query execution time is 0% (no change). |
| Medium | This data filter can slow down existing queries and make pages take longer to load. | The percentage change in the median query execution time is greater than 0% and up to 100%. |
| Critical | This data filter takes longer to run. This slows down existing queries and makes pages take longer to load. | The percentage change in the median query execution time is greater than 100%. |