Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indexing : Best Practice.
Message
From
05/06/2003 14:16:05
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00796703
Message ID:
00796872
Views:
13
My rule of thumb:

- the larger the table is
- the larger the .cdx is
- the smaller the pipe for reading (disk>LAN>WAN[phone]) is
- the more searching is done
- the less writing is needed
- if writing is done between reading (invalidating the cdx for rushmore)
- if seek/scan logic can be used instead of SQL or locate

compound keys will be more helpful.

HTH

thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform