tm1s.exe - load time

Post Reply
User avatar
yyi
Community Contributor
Posts: 121
Joined: Thu Aug 28, 2008 4:42 am
Location: Sydney, Australia

tm1s.exe - load time

Post by yyi »

server boot sequence begin fast then once the commit charge reach a few hundred mbs, the rest of the cubes seem to load about 10k p/hr :( . does anyone have any tune up tips like multi thread load, mem tweaks or cube/feeder arrangements :?:
spec = win2003svr, 9.1sp3 x86, 8Gbs.
Yeon
User avatar
Eric
MVP
Posts: 373
Joined: Wed May 14, 2008 1:21 pm
OLAP Product: TM1
Version: 9.4
Excel Version: 2003
Location: Chicago, IL USA

Re: tm1s.exe - load time

Post by Eric »

What is your total load time?
Regards,
Eric
Blog: http://tm1-tipz.blogspot.com
Articles: http://www.google.com/reader/shared/use ... /label/TM1


Production: 32 bit 9.0 SP2, Windows 2000 Advanced Server. Web: 32 bit 9.0 SP2, Windows 2000 Server. Excel 2003
User avatar
yyi
Community Contributor
Posts: 121
Joined: Thu Aug 28, 2008 4:42 am
Location: Sydney, Australia

Re: tm1s.exe - load time

Post by yyi »

total is about 12mins, what i don't understand is why the brakes go on after the first 3 seconds when it's already loaded most of the cubes in memory :?
Yeon
User avatar
Eric
MVP
Posts: 373
Joined: Wed May 14, 2008 1:21 pm
OLAP Product: TM1
Version: 9.4
Excel Version: 2003
Location: Chicago, IL USA

Re: tm1s.exe - load time

Post by Eric »

12 minutes is not bad. I know someone who has a load time of 6 hours! :o

potential culprit to load time after data load.

1) Feeders
2) Security
Regards,
Eric
Blog: http://tm1-tipz.blogspot.com
Articles: http://www.google.com/reader/shared/use ... /label/TM1


Production: 32 bit 9.0 SP2, Windows 2000 Advanced Server. Web: 32 bit 9.0 SP2, Windows 2000 Server. Excel 2003
ScottW
Regular Participant
Posts: 152
Joined: Fri May 23, 2008 12:08 am
OLAP Product: TM1 CX
Version: 9.5 9.4.1 9.1.4 9.0 8.4
Excel Version: 2003 2007
Location: Melbourne, Australia
Contact:

Re: tm1s.exe - load time

Post by ScottW »

Yeon,

If you look in the tm1server.log then you can see exactly what is taking the time.

TM1 server loads in the order:
- dimensions + element attribute cubes
- data cubes + process feeders (per cube with feeders in the rule file)

Loading data is extremely fast. The thing that takes the time is processing feeders of large cubes. It's not uncommon for the majority of server load time to be processing feeders for one or two cubes.

12 minutes is a small tm1 model by any stretch, I wouldn't be too concerned either way.
Cheers,
Scott W
Cubewise
www.cubewise.com
David Usherwood
Site Admin
Posts: 1454
Joined: Wed May 28, 2008 9:09 am

Re: tm1s.exe - load time

Post by David Usherwood »

You can multithread feeder loading by setting
MaximumCubeLoadThreads = <x>
in TM1S.CFG
where x should be 1 less than than the cores on your server. This works on 8.4.5 (very well) 9.1 (pretty badly) and in initial testing, 9.4 (rather well). But not on 9.0SP<anything>.
User avatar
Eric
MVP
Posts: 373
Joined: Wed May 14, 2008 1:21 pm
OLAP Product: TM1
Version: 9.4
Excel Version: 2003
Location: Chicago, IL USA

Re: tm1s.exe - load time

Post by Eric »

Didn't know about that, must be because I'm on 9.0 :evil:
Regards,
Eric
Blog: http://tm1-tipz.blogspot.com
Articles: http://www.google.com/reader/shared/use ... /label/TM1


Production: 32 bit 9.0 SP2, Windows 2000 Advanced Server. Web: 32 bit 9.0 SP2, Windows 2000 Server. Excel 2003
Post Reply