Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

database: Find the FeatureVersion we try to insert before doing any lock #89

Merged
merged 1 commit into from
Mar 3, 2016

Conversation

Quentin-M
Copy link
Contributor

This commit is issued in order to limit the bottleneck that the
exclusive database lock on Vulnerability_Affects_FeautreVersion
introduces, when we inserting FeatureVersions. This slowdowns a bit
the FeatureVersion insertion on a mostly empty database but should
increase a lot the throughput and parallelism on a populated database.

This commit is issued in order to limit the bottleneck that the
exclusive database lock on Vulnerability_Affects_FeautreVersion
introduces, when we inserting FeatureVersions. This slowdowns a bit
the FeatureVersion insertion on a mostly empty database but should
increase a lot the throughput and parallelism on a populated database.
@jakedt
Copy link

jakedt commented Mar 3, 2016

LGTM

Quentin-M added a commit that referenced this pull request Mar 3, 2016
database: Find the FeatureVersion we try to insert before doing any lock
@Quentin-M Quentin-M merged commit 1202a25 into quay:master Mar 3, 2016
@Quentin-M Quentin-M deleted the fv_find_before_lock branch March 3, 2016 19:33
@jzelinskie jzelinskie added area/performance related to improving application performance reviewed/lgtm labels Mar 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/performance related to improving application performance
Development

Successfully merging this pull request may close these issues.

None yet

3 participants