On the SMP Console, go to Manage Software, then:
Then View the new filter and notice it's using SQL logic, for example: SELECT c.ResourceGuid FROM vAC_ComputerLicenseAndUsageByProduct c WHERE c.SoftwareProductGuid in ('b76ee4a0-3031-43ac-b81a-41700dd17aaa')
Since the filter utilizes the vAC_ComputerLicenseAndUsageByProduct SQL View, it creates an unnecessary overhead when loading the filter's membership or during filter membership updates.
ITMS 8.7.1
The vAC_ComputerLicenseAndUsageByProduct view is the problem.
This was fixed in the ITMS 8.7.2 release.
Filter creations, using the default filter by usage drop-down, will now create the filter using faster performing SQL logic:
However, if using non-default filter by usage logic, then the filter creation will still use the vAC_ComputerLicenseAndUsageByProduct view:
IT Management Suite 8.7.2 Release Notes - Fixed Issues