Page 1 of 1

Newbie with hardware and program performance question.

PostPosted: Tue Jan 29, 2008 1:54 pm
by Howard
Am a registered user and trying to ge t a handle on the program by trying to work my way methodically through the "Example" section.

Am working now on Example 1 part B Bullet 5. I think I am doing this the right way but here goes. At bullet 5 rather then a t bullet 6 I save to "model1b" otherwise I cannot use the "match Tickets in the package Filter". After saving, however when I start running the filter, I get this huge run count up counter that starts at ###/9701842. Even at the rate the computer runs (Core 2 E6750 with two gig of ram) looks like it will take 7 to 8 hours to complete the run.

Am I doing something wrong here? Is there any help on line here? Please advise. Thanks.

HHS

PostPosted: Thu Jan 31, 2008 12:13 pm
by stan
you have way too many tickets left after bullet #5, you most likely didn't apply one of the filters correctly.
match file filter compares each ticket in the package with each ticket in the match file. so in your case it means a couple of millions of reads of two files...

PostPosted: Thu Jan 31, 2008 2:40 pm
by Howard
Thanks Stan will give it a retry.

HHS