Article ID: 114781
Article Last Modified on 12/1/2003
USE customer
COPY TO testrush
USE testrush
APPEND FROM customer && re-execute this command until ;
there are several thousand ;
records in the testrush table. ;
The point is simply to create ;
a file large enough so that the ;
timing difference is noticeable.
INDEX ON company TO testrush
CLOSE ALL
SELECT * FROM testrush WHERE company = "A"
Note the query time in the status bar.
CLOSE ALL
USE testrush INDEX testrush
SELECT * FROM testrush WHERE company = "A"
Additional query words: VFoxWin FoxMac FoxDos FoxWin performance benchmark speed tshoot slow
Keywords: KB114781