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

Use temp tables to speed up migrate_213_to_214 (9.0) #911

Merged

Conversation

timopollmeier
Copy link
Member

@timopollmeier timopollmeier commented Dec 18, 2019

Creating indexed, temporary tables makes it quicker to access host
details that are slow to get repeatedly for every TLS certificate,
presumably because of the "LIKE" conditions for the name or value field.

Checklist:

Creating indexed, temporary tables makes it quicker to access host
details that are slow to get repeatedly for every TLS certificate,
presumably because of the "LIKE" conditions for the name or value field.
@timopollmeier timopollmeier marked this pull request as ready for review December 18, 2019 10:02
@mattmundell mattmundell merged commit ac3a4a6 into greenbone:gvmd-9.0 Dec 23, 2019
@timopollmeier timopollmeier deleted the tls_certificate-performance-9.0 branch June 9, 2020 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants