Improve performance in mace command
Hi Oracle community,
I have a requirement to clean actuals for a particular location in the RPAS domains and I am running the mace command below.
The measure is being cleared with success. However is taking around 11 minutes per metric to the command to finish.
Is there an optimized way to improve the performance for this mace command? (maybe using navvalue function along with the if condition?).
Mace command below:
time mace -d . -run -expression 'BUWpmetric = if( BUElapsedBo==true && position([loc].[str]) =="1234" ,0,ignore)' -processes 10;echo $? > clear_actuals_log.log
Output of the mace command below:
mace completed successfully
real 11m25.363s