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



On 23-Jul-2014 07:51 -0500, Eileen@xxxxxxxxxx wrote:
Thank you all for your responses. I found the issue. In order to
show you all an example of the program/service program I decided to
create a stripped down version of them. In doing so I realized I was
missing one thing in the program that was in the service program. For
these types of procedures we add an SQL option so that sorting will
be case insensitive. When I add this to the program I end up with the
same results as the service program. And if I remove it from the
service program I get the faster results.

C/EXEC SQL
C+ SET OPTION SRTSEQ=*LANGIDSHR
C/END-EXEC


FWiW, comparing the spooled data produced by Print SQL Information (PRTSQLINF), specifically the record with 'SRTSEQ(', would have revealed the difference between the SQL attributes for the two objects.

The SQL using the Sort Sequence of the Language Identifier Shared-weight collation, for implementations depending [heavily] on Keyed Access Paths can operate just as quickly as with another sort sequence, *if* the INDEX definitions were created with that matching Language Identifier (LANGID) and Sort Sequence (SRTSEQ) settings.

Note: For proper operation, some query requests will required a shared-weight, so be sure that the removal of that option does not _break_ the query; i.e. ensure the query does not depend on shared-weight comparisons\ordering.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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.