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 (master) #928

Conversation

timopollmeier
Copy link
Member

@timopollmeier timopollmeier commented Jan 7, 2020

This is a port of #911 to master.

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 changed the title Use temp tables to speed up migrate_213_to_214 Use temp tables to speed up migrate_213_to_214 (master) Jan 7, 2020
@timopollmeier timopollmeier marked this pull request as ready for review January 7, 2020 08:09
@mattmundell mattmundell closed this Jan 7, 2020
@mattmundell
Copy link
Contributor

Replaced by #930.

@timopollmeier timopollmeier deleted the tls_certificate-performance-master 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