Thanks for (as always) a very informative and detailed response, Birgitta.
Thanks to the others who've responded as well. Birgitta's response
brings up a few more questions:
Birgitta Hauser wrote on 09/04/2007 12:57:32:
I'll try to explain how SQL works:
1. When executing an SQL statement an access plan must either be built
or at
least validated.
In the access plan the indexes to be used and temporary objects (such
as
hash tables, bitmaps, relative record lists) to be built for to open
the
data path are desrcibed. In this step all access paths (in either DDS
described logical files or SQL indexes) will be checked and the
statistics
will be consulted.
2. After the access plan is built, validated and actualized the
temporary
objects will be created and filled with data, that can be accessed, i.e.
the
access path is opened (ODP).
Both steps are very expensive and should be avoided whenever possible.
Am I correct to assume that these steps are significantly more expensive
than a traditional OPEN?
I generally do an OPEN and CLOSE each time a subprocedure in a service
program is called, mostly to avoid the need for initialization and cleanup
subprocedures (which would respectively open and close any files used by
the SRVPGM). I was trying to apply the same logic to SQL, which it seems
will not work the way I had hoped. Perhaps the solution to my problem is
to rethink my opening/closing approach. On that note - can anyone comment
on the performance of %open()?
Thanks again,
Adam
Attention:
The information contained in this message and or attachments is
intended only for the person or entity to which it is addressed and may contain
confidential and/or privileged material. Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon, this
information by persons or entities other than the intended recipient is
prohibited. If you received this message in error, please contact the sender
and
delete the material from any system and destroy any copies. Thank you for your
time and consideration.
Attention:
Le contenu de ce message et(ou) les fichiers ci-joints s?adressent
exclusivement à la personne ou -entité à laquelle ils sont destinés. Ils
peuvent
contenir de l?information confidentielle, protégée et(ou) classifiée. Il est
strictement interdit à toute personne ou entité autre que le(la) destinataire
prévu(e) de ce message d?examiner, de réviser, de retransmettre ou de diffuser
cette information, de prendre une quelconque action en fonction ou sur la base
de celle-ci, ou d?en faire tout autre usage. Si vous avez reçu ce message par
erreur, veuillez communiquer avec l?expéditeur(trice), supprimer ce message et
les fichiers ci-inclus de tout système, et en détruire toutes copies, qu?elles
soient électroniques ou imprimées. Nous vous remercions de votre entière
collaboration.
As an Amazon Associate we earn from qualifying purchases.