We have the usual setup of DEV → UAT → Prod copies of a model.
We've took up a model optimisation activity which would involve deleting redudant models, changing dimensions, and changing logics. all aimed at reducing size and improving performance
The bottle neck is that this activity will go on in parallel with the business users using the prod. SO we're thinking of creating a dedicated DEV and UAT instances of models for this activity.
The existing dev and UAT will be utilised to do production fixes.
All the new development and optimisation tasks would use the newly set up dev and tested using the new UAT. However, when changes are approved. It is planned to sync the new dev to the Prod model.
SO the setup is to have a set of DEV and UAT one for Optimisation activity and one for the prod fixes and a SINGLE Prod environment.
In this case can I sync changes from these two DEVs to the exisitng prod.
This makes it a many-to-one mapping between DEVs and prod. Does ALM allow it