cacti
cacti copied to clipboard
Increase host query performance by removing check for NULL after 1.2.22
Describe the bug
Due to upgrade issues over the last few releases, the SQL WHERE clauses had to be made more complicated to address both NULL and empty string issues. Post the release of 1.2.22, we can remove that compounding query logic that may lead to longer than expected query times.
Expected behavior
Better performing Cacti