Query Speed Is Slower with ORDER BY ClauseLast reviewed: April 30, 1996Article ID: Q117408 |
The information in this article applies to:
SUMMARYA query with an ORDER BY clause will be considerably slower than the same query without the ORDER BY clause.
MORE INFORMATIONThe query times will vary based on the size of the database queried and the hardware involved. However, the times illustrated below show a considerable difference between querying with and without an ORDER BY clause. When an ORDER BY clause is used, a new database is being generated by the query. Display status will show "table in use" as a table with a .TMP extension. Without the ORDER BY clause, the original database is used to generate the cursor query. Display status will show "table in use as the original table."
Steps to Reproduce Behavior
|
Additional reference words: VFoxWin FoxMac FoxDos FoxWin 2.50 2.50a 2.50b
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |