I never did say run it against prod. If someone else did, I missed it. My point about the governor still stands regarding test, though.
- -teD - Original Message From: Farley, Peter x23353 Sent: Friday, January 9, 2015 11:37 To: [email protected] Reply To: IBM Mainframe Discussion List Subject: Re: How Does Your Shop Limit Testing in the Production LPAR Simple - don't run it against the production database - that's what test/development LPAR's and test/development DB2's are for. And if you don't have a test/development environment set up, then someone isn't doing their job. Though I agree a better solution would be a "query time estimator" function that told you ahead of time how long your new query might take, based on whether the WHEN criteria fields are indexes or not, how many criteria you asked for, how complex the JOIN's are, etc., and then gave you the option to proceed or to go back and change the query first. DBA's may have such tools available to them, but I'm not aware of any that "normal" users can access. ISPF SPUFI screens allow a query to be limited to some reasonable number of results to limit execution time. Limit your results to the first 100 or so while you debug/tune. If it's going to be a monster anyway, arrange for off-schedule test time (weekends or holidays, for instance) when you won't hurt the business. HTH Peter -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Ted MacNEIL Sent: Friday, January 09, 2015 9:58 AM To: [email protected] Subject: Re: How Does Your Shop Limit Testing in the Production LPAR I'm one of those types. The governor pretty well guarantees a re-submission. Which means twice the resources (or more) spent to do nothing! How can they debug/tune something if we don't let complete? - -teD - Original Message From: Shane Ginnane Sent: Friday, January 9, 2015 07:10 To: [email protected] Reply To: IBM Mainframe Discussion List Subject: Re: How Does Your Shop Limit Testing in the Production LPAR On Fri, 9 Jan 2015 05:27:47 -0600, Scott Chapman wrote: > Enabling DB2's governor is a good idea as well. Have others found DBAs are averse to contemplating the governor ?. Shane ... -- This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
