BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
MarkCorr
Calcite | Level 5

Recently calculation / cube processing times have increased 10 fold and I am trying to work towards a solution. I have sought out reported / unreported errors (e.g. circular account assignments , percentages exceeding / not equating to 100, invalid driver rules disabled / corrected / removed, OutputQtyUE not equal to 0, etc. I have also made reference values as short as possible to ensure intersections are as short as they can be. Can anyone suggest other actions that could be taken?

1 ACCEPTED SOLUTION

Accepted Solutions
LinusH
Tourmaline | Level 20

If it's cube creation, there should be a SAS log from the batch/workspace server that you could look into. Great if you cold compare with older logs where creation time where "normal".

You could temporarily add some system options to your cube program to see the amount of resources the job is using:

options fullstimer msglevel=i;

Some basic monitoring on the OS level usually helps (and verify that there are no concurrent jobs competing for resources).

 

Not sure what ABM 7.2 corresponds in terms of SAS version, but from SAS 9.4 the SAS Environment Manager is the place to start looking at (SAS) system performance.

Data never sleeps

View solution in original post

3 REPLIES 3
LinusH
Tourmaline | Level 20

First: do you refer to cube creation/update, or query?

The measures you list sounds like something outside SAS.

A starting point would be to try analyze SAS logs, and explore the logging possibilities there.

 

And as with all kind of trouble shooting: what has changed?

  • Environment (HW+SW+NW)
  • Data structure
  • Data volume
  • No of users
  • Search patterns
  • ...
Data never sleeps
MarkCorr
Calcite | Level 5

Thank you for your reply:

 

Answer to your first question: cube creation/update.

RE your question about measures: this is with SASABM 7.2 so I'm not sure what to say

What are the logging possibilities to choose from and Analyse?

 

As far as I know, there has been no recent change in the:

  • Environment (HW+SW+NW) - I am not aware of changes (recent or not) but I will refer this point to the team supporting this
  • Data structure, Data volume, No of users - I am pretty close to all of these areas and all have remained constant
  • Search patterns - not sure what to say on this - can you please explain what this means

 

What I can say is that recently I have seen more error messages that appear to indicate a more rigorous reporting / 'enforcing' of calculation logic / errors like over 100% driver assignment / values. I'm not sure if this the case, but it would appears that bug fix / updates may have been loaded recently that include updates to codes driving calculation processes. Are you aware of any updates that were recently rolled out to 7.2 & above ABM users ..... perhaps in readiness for a migration to V8 which we are in the process of doing? 

LinusH
Tourmaline | Level 20

If it's cube creation, there should be a SAS log from the batch/workspace server that you could look into. Great if you cold compare with older logs where creation time where "normal".

You could temporarily add some system options to your cube program to see the amount of resources the job is using:

options fullstimer msglevel=i;

Some basic monitoring on the OS level usually helps (and verify that there are no concurrent jobs competing for resources).

 

Not sure what ABM 7.2 corresponds in terms of SAS version, but from SAS 9.4 the SAS Environment Manager is the place to start looking at (SAS) system performance.

Data never sleeps

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 908 views
  • 0 likes
  • 2 in conversation