Project

General

Profile

« Previous | Next » 

Revision 44072648

Added by Marek Hulán over 6 years ago

Fixes #19742 - cache hosts for fact values

When we generate fact values hash we always loaded a host for a given
fact. This in combination with taxonomies queryies that are
automatically generated caused roughly 6N+1 issue. We can preload all
hosts that are required and use this in-memory cache for generating the
hash.

  • added
  • modified
  • copied
  • renamed
  • deleted