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



A key is about uniqueness, not access, while an index is about
access, and not necessarily uniqueness.

Basically, it seems a key - primary or unique - is not meant for
sorting rows for access - on the iSeries we certainly CAN use them as
an index, but that is not the SQL way of thinking.

Actually an index isn't about "sorting" rows either. The only thing an
index is about is performance. There is nothing in sql that _requires_
an index. You could create an entire system without ever creating an
index. Now, if you want it to perform well... :)

The _only_ way you can rely on rows being returned to you in a given
sequence is to specify the "order by" clause on the select. And since
you can order by anything in sql, regardless of the existence of an
index, you don't need an index for ordering.

-Walden


As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.