|
Hi,
We have a read trigger based audit system to record who, when and why
certain files were accessed because of legal requirements.
It has been running for many years but is now causing issues with jobs
that process a large number of transactions using embedded SQL where each
transaction may launch several nested SQL requests that read files that
have a read trigger attached.
The problem appears to be that SQL decides not to use the more efficient
SQE method in favour or CQE which does things like creating a copy for a
table scan. This is making some jobs horrendously slow.
Redesigning the audit system to not use read triggers is beyond
consideration. Unless there is some workaround that can force the use of
SQE then we are faced with rewriting the SQL function points as native RPG
where they access files that have read triggers.
Does anyone have any suggestions.
Peter
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.