|
Doug Palme wrote:better
Is there any way to create an index over a view?
No. What scenario gives rise to that inquiry? Nothing apparent,
with regard to RPG. With more information about the scenario, a
response may be forthcoming, directed at solving the problem insteadof
merely a yes|nor answer to the question.SQL
What about creating an SQL INDEX instead of a VIEW. Perhaps the
following satisfies whatever gave rise to that question?
The DB2 for i [with IBM i 6.1] offers some new function with its
CREATE INDEX statement. That new function enables an SQL INDEX to be
created both with mapping [expressions represented as columns] and
selection [a WHERE clause], very similar to what a DDS LF derived
[keyed] [select/omit] index might provide. For lack of a column list,
the SQL INDEX can not always\easily be made to match, to replace, anhttp://publib.boulder.ibm.com/infocenter/systems/topic/db2/rbafzxcindx.h
existing DDS LF, but the RCDFMT clause is enabled. Refer to the
enhanced SQL CREATE INDEX syntax:
http://publib.boulder.ibm.com/infocenter/systems/topic/rzajq/rzajqderive
See also:
"Derived key index"
http://publib.boulder.ibm.com/infocenter/systems/topic/rzajq/rzajquseder
"Using derived indexes"
----------
Regards, Chuck
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.