We have noticed the Spectrum synchronization in Performance Manager is taking a long time to complete. Sometimes up to 10 hours.
Version: DX Netops 23.3.12 and below
Component: Performance Manager integration with Spectrum
This can be caused by a large netqos_integ mysql database on the OneClick system configured with the Performance Manager integration.
To the following to add a new index to the netqos_integ mysql database on the OneClick system configured with the Performance Manager integration:
./mysql --defaults-file=../my-spectrum.cnf -uroot -p<PASSWD> netqos_integ -e "ALTER TABLE item_model_mapping ADD INDEX ItemID_ModelHandle_idx (item_id, model_handle);"
This index is included in 23.3.13 and above