Retail Predictive Application Server (MOSC)

MOSC Banner

Improve performance in mace command

edited Jan 30, 2017 4:00AM in Retail Predictive Application Server (MOSC) 9 commentsAnswered ✓

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center