Hi All,
I'm currently trying to track down a database performance issue with our NCM implementation - the inventory process has gone from 2 hours to 17 hours plus (1700 devices). It was about the time we upgraded from SQL2000 to SQL2005 - so until I can show otherwise, I don't think that this is an NCM issue.
One thing I have noticed however, is the database size seems to be on a steady growth path.
There appears to be many thousands of unmatched rows in both the Interfaces table and PolicyCacheResults table (in our case the interfaces table has 148,679 records with a NodeID that has no match with a NodeID within the Nodes table)
I'm assuming that these records should be cleaned up when a Node is removed - is this correct? Is it possible that this is not working correctly?
Dave.