|
发表于 2014-6-24 20:01:38
|
显示全部楼层
Here are some things to look at.
Change Review:
What is the purpose of the change? How has this been accomplished in TM1? Does this make sense?
Code Review:
Check the Rules and TIs. Are they coherent, do they perform the actions required? Check them against best practice standards such as, having clear well-commented code, limiting hard coded elements in Rules (use rollups instead).
Performance Review:
Turn on Performance Monitor. Take snapshots of cube memory and disk memory consumption as-is. Implement the changes, Save Data, and compare the difference. Is this reasonable? |
|