How can we reduce quantity of rows in CM_ACST_LED table?
We have performance problems when running GMCACOST process; due to to the sentence:
DELETE FROM cm_acst_led
WHERE ((calendar_code = :b0 AND period_code = :b1)
AND cost_mthd_code = :b2
)
We think that we can avoid this problem reducing the rows of the table. How can we do this?
Thanks
0