Hello,
We have a custom rebate module that we added to Infor's SX.Enterprise. We have a process that allows the user to recalculate rebate transactions for an entire year. This process basically deletes and then recreates ALL of the rebate transactions. This involves well over a million rebate records.
Because of this, we have been having after-imaging archiving issues due to space on the system. This process is simply creating too many after-image extents.
One possible solution we are considering is to move the rebate tables to a different database that will have after-imaging turned off. We would not need after-imaging because we can rerun the process to recreate. In addition, we will not have to implement 2phase commit because we do not have any transactions that will update both databases at once.
Does anyone see any issues with having 2 databases: one with AI turned on, one with AI turned off?
Or does anyone have any other suggestions. I have, by the way, suggested that we rewrite the rebate calc to avoid all of the deleting/recreating.
FYI we are at Progress version 10.ob05.
Thanks for your time,
Patrick Maloney
We have a custom rebate module that we added to Infor's SX.Enterprise. We have a process that allows the user to recalculate rebate transactions for an entire year. This process basically deletes and then recreates ALL of the rebate transactions. This involves well over a million rebate records.
Because of this, we have been having after-imaging archiving issues due to space on the system. This process is simply creating too many after-image extents.
One possible solution we are considering is to move the rebate tables to a different database that will have after-imaging turned off. We would not need after-imaging because we can rerun the process to recreate. In addition, we will not have to implement 2phase commit because we do not have any transactions that will update both databases at once.
Does anyone see any issues with having 2 databases: one with AI turned on, one with AI turned off?
Or does anyone have any other suggestions. I have, by the way, suggested that we rewrite the rebate calc to avoid all of the deleting/recreating.
FYI we are at Progress version 10.ob05.
Thanks for your time,
Patrick Maloney