Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rushmore SQL Optimization
Message
 
To
05/03/2003 08:45:40
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00761335
Message ID:
00761433
Views:
31
>>>>That cracked it. It in fact did make the query faster, there were more deleted records in the table than I realised.
>>>
>>>Be careful. It is my experience that an index on deleted() can make local queries (not over a network), and with few records, faster; but the same query over a network, and with many more records, might actually get slower. Before deciding to keep the index on deleted(), you should test under real-life circumstances, for instance, over a network and with the number of records you expect to have in the near future.
>>
>>Really? I haven't encountered this -- under what circumstances is this the case?
>
>The circumstances where it appears I already explained: many records, and network seem to be the worst-case scenario.


Well, I have an app with a query joining 3 tables -- one of about 500,000 records, another of about 1.5 million, and another of about 2000; and, running across a network. Adding a deleted() tag sped it up considerably. Do you mean more records than that? Or is there a particular network topology to be wary of?


>
>The basic problem is that an available index is always used (if it matches part of the filter expression), whether it makes the query faster, or slower. And some indices simply make the query slower, because sometimes it costs more time to get lots of information from the index, than the time saved by not reading a few more records into memory.
>
>Hilmar.
The whole problem with the world is that fools and fanatics are always so certain of themselves, but wiser people so full of doubts. - Bertrand Russell
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform