Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Uniqueness of Index [Index name] violated ??
Message
From
19/06/2004 06:15:09
 
 
To
18/06/2004 18:25:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00910050
Message ID:
00915314
Views:
21

Would this allow optimization ?


You can use filtered ( FOR filterCondition ) INDEX with seek commands
and like active sort index with a fast filter.

Because on a filtered index the records that they do not satisfy the filterCondition condition comes excluded, VFP does not use them in order to optimize a command.

If you want you can define two indices:
* constraint
INDEX ON ... CANDIDATE|PRIMARY FOR !DELETED() ...
* index for optimization
INDEX ON ... 
Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform