|
From: "Rick Rauterkus" <rick.a.rauterkus@xxxxxxxxxx<mailto:rick.a.rauterkus@xxxxxxxxxx>><midrange-l@xxxxxxxxxxxxxxxxxx<mailto:midrange-l@xxxxxxxxxxxxxxxxxx>>,
To: "Midrange Systems Technical Discussion"
Date: 07/13/2021 08:57 AMyear.
Subject: Re: [EXTERNAL] Re: Analyzing RUNSQLSTMT jobs
Sent by: "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxxxxxxxx<mailto:midrange-l-bounces@xxxxxxxxxxxxxxxxxx>>
We have had something very similar happen 3 or 4 times over the past
Something that runs every day and takes about 2 minutes to complete (analmost
inventory report to a customer), will suddenly one day take 8 hours to
run. The job runs, and makes steady progress, but just really slowly.
Looking at the call stack during a slow run, it shows the same spot
every time, a procedure in a service program that is using embedded SQLto
extract some data from a file. This procedure is called for every item.first
During the last long run, we killed the job, and then immediately
resubmitted it, and it ran in its normal 2 minutes.
The only theory we could muster up is that for some reason when the
call to that procedure happened, the access path that the SQL normallyused
was not available for some reason, so it ended up with a very much lessto
efficient one. And was stuck with it for the duration of the job. As
why it wouldn't be available, maybe the system was rebuilding the index?nothing
Maybe Mimix had it locked for whatever it was doing? We have found
to explain this either. We are considering changing the embedded SQL tome
RPG and see if the issue ever comes up again.
On Tue, Jul 13, 2021 at 7:58 AM Alan Shore via MIDRANGE-L <
midrange-l@xxxxxxxxxxxxxxxxxx<mailto:midrange-l@xxxxxxxxxxxxxxxxxx>> wrote:
Hi everyone
Here is my latest quirk/conundrum
I ran the reorgs this past weekend and the SQL query that was causing
aheartache ran EXTRMELY quick on Sunday night, with no problems
However, the run on Monday night was STILL running in batch Tuesday
morning – 11 hours later
Now heres the next kicker
I took a copy of the query that is being run, and changed it to create
Behalffile in a different library and ran it interactively
It finished in under 2 minutes
I have NO idea what to look at or even where to start
Does anyone have ANY ideas or hunches
As always – ALL answers gratefully accepted
Alan Shore
Solutions Architect
IT Supply Chain Execution
[cid:image001.png@01D777C5.3A4B1220]
60 Orville Drive
Bohemia, NY 11716
Phone [O] : (631) 200-5019
Phone [C] : (631) 880-8640
E-mail : ASHORE@xxxxxxxxxxxxxxxxxxxx<mailto:ASHORE@xxxxxxxxxxxxxxxxxxxx>
‘If you're going through hell, keep going.’
Winston Churchill
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxxxxxxxx] On
<midrange-l@xxxxxxxxxxxxxxxxxx<mailto:midrange-l@xxxxxxxxxxxxxxxxxx>>Of Alan Shore via MIDRANGE-L
Sent: Tuesday, July 6, 2021 11:57 AM
To: Midrange Systems Technical Discussion
THENCc: Alan Shore <ashore@xxxxxxxx<mailto:ashore@xxxxxxxx>>
Subject: RE: [EXTERNAL] Re: Analyzing RUNSQLSTMT jobs
Thanks for your reply Mark
Re-use deleted records is NOT set on the files that I am looking at. I
would DEFINITELY need to perform a RE-ORG on 3 files in particular
re-orgchange them to re-use deleted records
Heres another question - hopefully you know the answer.
On at least 2 of the 3 files, there are some join logicals of BOTH of
these 3 files
I was thinking of running 3 separate jobs at the same time doing a
mailto:ASHORE@xxxxxxxxxxxxxxxxxxxx>on these 3 files
However - because of the join logicals - will that cause some conflict
between the 2 re-orgs?
Alan Shore
Solutions Architect
IT Supply Chain Execution
[cid:image001.png@01D7725D.FBFDACB0]
60 Orville Drive
Bohemia, NY 11716
Phone [O] : (631) 200-5019
Phone [C] : (631) 880-8640
E-mail : ASHORE@xxxxxxxxxxxxxxxxxxxx<<mailto:ASHORE@xxxxxxxxxxxxxxxxxxxx%3c>
Behalf
‘If you're going through hell, keep going.’
Winston Churchill
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxxxxxxxx] On
<mailto:midrange-l@xxxxxxxxxxxxxxxxxx%3cmailto:%0b>> > midrange-l@xxxxxxxxxxxxxxxxxx<mailto:midrange-l@xxxxxxxxxxxxxxxxxx>>>Of Mark Waterbury
Sent: Tuesday, July 6, 2021 11:52 AM
To: Alan Shore via MIDRANGE-L <midrange-l@xxxxxxxxxxxxxxxxxx<mailto:
that aSubject: Re: [EXTERNAL] Re: Analyzing RUNSQLSTMT jobs
Alan,
A "mass purge" of database records could impact your applications
performance if those physical files are not using REUSEDLT(*YES), so
usedRGZPFM is needed to reorganize the PF member(s) to reclaim the space
PFby the deleted records.
After such a RGZPFM, any and all Logical File access paths over those
withmembers need to be updated; if the Logical Files (or physical files
occur onkeys) were not set to MAINT(*IMMED), this access path rebuild will
<the next OPEN of that file. This could significantly slow down your
applications, the first time each file is used after such a "re-org."
HTH,
Mark S. Waterbury
On Tuesday, July 6, 2021, 11:30:44 AM EDT, Alan Shore via MIDRANGE-L
<mailto:midrange-l@xxxxxxxxxxxxxxxxxx<mailto:midrange-l@xxxxxxxxxxxxxxxxxx<mailto:midrange-l@xxxxxxxxxxxxxxxxxx%3cmailto:midrange-l@xxxxxxxxxxxxxxxxxx>
ofwrote:
Thanks for your reply Vern
I am wading my way through the document that Jack sent, and it's a LOT
frominformation to soak in
My problem is that a job that's presently running is still running
fewlast night
Its been running for about 5 weeks or so - taking different times to
complete - but NOTHING like it is today
However - in my analysis I have discovered that I believe a purge was
recently run on a couple of the files
There are quite a number of deleted rows in these files
My question is - would the deleted rows impact SQL queries?
Forgive my ignorance as I haven't had a decent nights sleep in quite a
mailto:ASHORE@xxxxxxxxxxxxxxxxxxxxdays and Im not thinking straight
Alan Shore
Solutions Architect
IT Supply Chain Execution
60 Orville Drive
Bohemia, NY 11716
Phone [O] : (631) 200-5019
Phone [C] : (631) 880-8640
E-mail : ASHORE@xxxxxxxxxxxxxxxxxxxx<<mailto:ASHORE@xxxxxxxxxxxxxxxxxxxx%3c>
mailto:ASHORE@xxxxxxxxxxxxxxxxxxxx%3cmailto:ASHORE@xxxxxxxxxxxxxxxxxxxx>><
'If you're going through hell, keep going.' --Winston Churchill
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.