Indexed properties are properties that have been retrieved from the APS InfoStore and stored in the server's memory. As such, they can be retrieved very quickly. Indexed properties are useful in situations where only a certain number of objects need to be retrieved; however, in order to determine which objects these are, some of their properties must be examined first.
Consider, for example, a case where the first five reports from a listthat is sorted by name in descending orderare to be displayed. It would be more efficient to retrieve only the SI_NAME property for all the reports (SI_NAME is an indexed property), sort the list, and then re
Tip: For examples of how to optimize a query using an indexed WHERE clause, see Constructing the WHERE clause.
The following is a list of all properties that are indexed.
Property |
---|
Note: In this version of Crystal Enterprise, the SI_NAME property is indexed for all objects, including instances.
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |