Rushmore Requires Open Indexes in Order to OperateLast reviewed: April 30, 1996Article ID: Q114781 |
The information in this article applies to:
SUMMARYFoxPro's SQL - SELECT command automatically opens any tables called in the FROM clause of the command. If any of these tables have an associated structural .CDX, that .CDX file is automatically opened. This is the standard behavior of a structural .CDX. However, any nonstructural .CDX files or .IDX files associated with the tables in the projection list must be explicitly activated in order for Rushmore to use them.
MORE INFORMATIONRushmore requires indexes in order to operate. If no suitable index is available, FoxPro will create an index. Creating the index will take some additional time, which reduces the benefits of Rushmore's query speed. To ensure the best performance possible when you use tables with nonstructural .CDX and .IDX indexes, open the tables and related indexes prior to issuing the SELECT command. FoxPro has no way to associate and automatically open .IDX files or nonstructural .CDX files for Rushmore.
Steps to Demonstrate BehaviorTo see how indexes affect Rushmore's performance, do the following:
|
Additional reference words: VFoxWin 3.00 FoxMac FoxDos FoxWin 2.00 2.50
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |