Skip to content

Enable security findings performance improvements

What does this MR do and why?

This enables the feature flag to use LATERAL join in the Security::FindingsFinder implemented in !132191 (merged)

The flag was enabled on gitlab.com on Oct 17th. We have not seen any adverse effects so far and since the flag was enabled we have not had any apdex violating queries on GET /api/:version/projects/:id/vulnerability_findings.

The graph below shows the number of requests with db_duration > 5 seconds grouped by day.

image

Related to #411666 (closed)

Edited by Malcolm Locke

Merge request reports