The purge_stat2_proc stored procedure that purges the records from the vpx_hist_stat2_<n> tables isn't cleaning up the records because they don't exist in the VPX_SAMPLE_TIME2 table.
I am find that I have millions of records in the vpx_hist_stat2_<n> tables that don't have a time_id in the VPX_SAMPLE_TIME2 table. This has caused a very large database, is it ok to delete the records in each of the vpx_hist_stat2_<n> tables that don't have a corresponding time_id in the VPX_SAMPLE_TIME table?
Anyone else have this issue?