× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: Antwort:Re: Performance solutions - more than one kind exist
  • From: jos.kramer@xxxxxxxxxxxxxxx
  • Date: Fri, 09 Jul 1999 12:46:08 +0200

Clare,
two additional questions about DBMON (I used it already and achieved tremendous
results with it)

1. What does the field reason codes in the output file mean: I saw there
different values like I3, T5, I2 etc.?

2. How can you observe the complete BPCS environment at once. I only managed to
observe single jobs (both interactive and batch). I think you have to fill in
the jobname and number in the DBMON screen?

Thanks,

jos kramer

____________________Antwort-Abtrennung____________________
Betreff:    Re: Performance solutions - more than one kind exist 
Verfasser:  <BPCS-L@midrange.com>
Datum:      09.07.99 10:09

Al,
You do not need to recompile programs for the new indexes you create! It is
really simple - use SQL Create Index to create them, observing whatever
naming convention you feel will avoid clashes with existing logicals, and
putting them in whatever place you deem best (they do not have to be in the
BPCS library list - the SQL optimiser will find them from its own cross
reference files in Qsys), and that's it.
Also you don't need consultants to dial in and do the analysis - its easy
to do it yourself. Nexgen have a guide to using DBMon on their website, you
can run it as part of the Performance Monitor across the whole system (but
not for more than about 20 minutes or you will fill up the file!) and then
query the file and print all records where QQIDXA (index advised) is 'Y',
print the field which tells you what index to use (but truncate it as it is
1000 chars!), and the edtimated run time and total records in the file, job
name, file, library, index used if any, etc. Sort your query by library (if
you have different BPCS environments), file and index. You can the identify
the top ones to create as either the file is very large or the estimated
time is more than 1 second or it is used many times in one or more jobs.
Typically as we all know BPCS will read all records and do the same thing
for each, and this could include having the SQL optimiser dynamically
create an index and then throw it away for each record read. This uses lots
of CPU, so if you create the index you will save both processing time and
CPU for the rest of the box. Of course there is more, but it is a good
start to run the above process iteratively across BPCS at different times
of day durinng a whole month's BPCS processing to eliminate the worst
bottlenecks. It is not a solution to simply use indexes that other
consultants or other clients have identified - your business's use of BPCS
is unique, and that is why you have to do the exercise, SSA can't just ship
the indexes you need.
hope this helps,
Clare


+---
| 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 thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.