Skip to content

Remove SBoM ingestion transaction

Brian Williams requested to merge bwill/remove-sbom-ingestion-transaction into master

What does this MR do and why?

Remove SBoM ingestion transaction

The sbom_components, sbom_component_versions, and sbom_sources tables are very high contention. This means that it's not necessary to perform rollbacks on these records if we fail at some point during insertion, as they'll most likely be needed for something else anyway. Removing the transaction prevents query timeouts when we have several transactions blocking on each other.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports