Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Primary keys and candidate keys
Message
 
To
06/09/2000 19:10:01
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00413219
Message ID:
00413267
Views:
31
>Yes, you are right. But i read documentation long ago that filtered indexes are not optimized, so i try not to use a FOR clause with permanent indexes.


In this case it depends on what you need the index to do. A candidate index with a "FOR NOT DELETED" filter will enforce the unique SS#s and allow reusing deleted values, but you're right, it isn't optimizable. If you need an optimizable index on that field, then you would need a second regular index on that field. Two similar indexes serving different purposes.
Jim Munn, MCSD
Visual Data Solutions
Previous
Reply
Map
View

Click here to load this message in the networking platform