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 peformance problem for tasks after scanning lots of hosts. (backport #1567) #1578

Merged
merged 2 commits into from
Jun 23, 2021

Commits on Jun 23, 2021

  1. Solved a peformance problem for a task after scanning lots of hosts.

    In manage_sql.c in function host_identify():
      Splitted the slow SQL-Statement of that function into two much
      faster ones.
    
    (cherry picked from commit 0c41dee)
    jhelmold authored and mergify-bot committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    5161477 View commit details
    Browse the repository at this point in the history
  2. CHANGELOG entry: performance problem after scanning lots of hosts.

    (cherry picked from commit a168cf6)
    jhelmold authored and mergify-bot committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    68104ef View commit details
    Browse the repository at this point in the history