Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rushmore Optimization on Free Tables
Message
From
24/06/2003 11:45:21
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00803319
Message ID:
00803326
Views:
13
You're query statements should exactly match the index, so if you have a query that says
... WHERE cCustomer + cInvoice = "ALLAN123456" ...
then you should have a compound index.

>Is there a benefit in terms of Rushmore in creating compound indices for free tables?
>
>For example, when we extract invoice headers, part of the SQL statement might contain "where cCustomer = 'ALLAN' and cInvoiceNo = '123456'".
>Should there be an index on 'cCustomer + cInvoiceNo' as well as 'cCustomer' and 'cInvoicNo'?
>
>TIA.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform