Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL, Indexes and Rushmore
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00202421
Message ID:
00202559
Views:
18
>>should I index on each field separately or is a compound index the way to go??

A bit more on the theory here....

For Rushmore to take effect, you must match the expressions EXACTLY. So, if you have a compound index such as fld1+fld2, your WHERE clause will need to look like this:

WHERE fld1+fld2 = x
Previous
Reply
Map
View

Click here to load this message in the networking platform