|
We are running 6.04 on and AS400 DB2 box and we got similiar problems. eg in ECM there is and 'orphan check' routine. This process checks that every record in the TPEB file has a matching TPEH (I think). If you have orphan checking turned on then this process is done for every order. Our TPEB had 30000 records, processing 50 orders meant it did 1500000 reads. The point I am making is the utmost inefficiency of this process. If one was to design a function so that it would be as slow as possible then that is exactly what SSA have done. This entire scenario repeats all throughout the 6.04 processes. They have used SQLs that require reading of entire files to process one record. They have used SQLs that read every record in a file (IPP) when they will get only 1 record for a SUM. We are slowly replacing the SQLs with native AS400 DB gets etc. In your case you will need to see how you can use Indexes to file to help Oracal to get to only those records it actually needs. I dont know about 6.1, I hear it has some improvements. We have gone thru at least 2 hardware upgrades and now are looking at another $.5M to IBM. Even so it will only make us twice as fast and that does not really help. Johan De Smet wrote: > We are running BPCS version 6.0.0.4 on a HP9000 Unix platform with Oracle > database and experience serious performance problems. Are their other people > who have this problem also? Is their anyone who works with version 6.1 and > how is the performance on that version? > > +--- > | This is the BPCS Users Mailing List! > | To submit a new message, send your mail to BPCS-L@midrange.com. > | To subscribe to this list send email to BPCS-L-SUB@midrange.com. > | To unsubscribe from this list send email to BPCS-L-UNSUB@midrange.com. > | Questions should be directed to the list owner: dasmussen@aol.com > +--- +--- | This is the BPCS Users Mailing List! | To submit a new message, send your mail to BPCS-L@midrange.com. | To subscribe to this list send email to BPCS-L-SUB@midrange.com. | To unsubscribe from this list send email to BPCS-L-UNSUB@midrange.com. | Questions should be directed to the list owner: dasmussen@aol.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.