Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DELETED Index
Message
From
06/07/2004 10:05:39
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00920228
Message ID:
00921014
Views:
32
Ronald,

>Our conclusion was to keep the DELTED() indexs and add the NOFILTER clause

We use a similar construct: our indices are iif(deleted(), 1, 0)

This stops VFP from using the index automatically, and we can add the use of this index
by specific for and where clauses. This way Rushmore can do it's usually beneficial work.

Only if you are using bulk copy or batch inserts the
added work for creating the index can be felt.

Be sure to check out vfp9's binary indices for your app seems fitting.

my 0.02 EUR

thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform