× 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.



<snip>
I would bet that any quick-running SQL
statement can be made to run just as fast or even faster using RPG.
</snip>

I would disagree with you there. Set at a time operations are going to run 
faster. SQL is doing everything at the machine level. RPG has to be slower. It 
has to pull every record up through all the logical buffers. Even using READ 
instead of READE it has to be slower. SQL can do all kinds of optimizations at 
the machine level and IBM has gotten a lot better at optimizing queries. 
Anytime I am doing any kind of set operations (Sum, group by, update a lot of 
records, etc), I will always use SQL. 

The hassle with SQL is not having free-form SQL and the ugly way SQL is 
implemented in RPG. Only thing that keeps me from using it for everything.   




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.