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

Solved a performance problem for tasks after scanning lots of hosts #1567

Merged
merged 3 commits into from
Jun 23, 2021

Conversation

jhelmold
Copy link
Member

@jhelmold jhelmold commented Jun 18, 2021

Solved a peformance problem for tasks after scanning lots of hosts

What**:
In manage_sql.c in function host_identify():
Splitted the slow SQL-Statement of that function into two much
faster ones.

Why:
The performance was much to slow.

How did you test it:
Ran several scans.

Checklist:

In manage_sql.c in function host_identify():
  Splitted the slow SQL-Statement of that function into two much
  faster ones.
@jhelmold jhelmold changed the title Solved a peformance problem for a task after scanning lots of hosts. Solved a peformance problem for tasks after scanning lots of hosts. Jun 18, 2021
@jhelmold jhelmold added the backport-to-stable This pull request will be backported to the stable branch label Jun 18, 2021
@timopollmeier timopollmeier marked this pull request as ready for review June 23, 2021 08:58
@timopollmeier timopollmeier requested a review from a team as a code owner June 23, 2021 08:58
@timopollmeier timopollmeier merged commit 1eff5b9 into greenbone:master Jun 23, 2021
timopollmeier added a commit that referenced this pull request Jun 23, 2021
Solved a peformance problem for tasks after scanning lots of hosts. (backport #1567)
@bjoernricks bjoernricks changed the title Solved a peformance problem for tasks after scanning lots of hosts. Solved a performance problem for tasks after scanning lots of hosts Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-stable This pull request will be backported to the stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants