Bug #8058
Updated by Nicolas CHARLES over 8 years ago
We are lacking indexes on expected reports table These two indexes need to be added CREATE INDEX nodeconfigids_idx on expectedreportsnodes USING GIN (nodeconfigids); create index nodejoinkey_idx on expectedreports(nodejoinkey);