Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can a USE command execute my code?
Message
From
30/07/2007 16:08:35
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01244678
Message ID:
01244710
Views:
13
I agree - I would go structural now.
NS has made more work for me.
Back when this was done, computers were slower and any differences in performance may have been much more significant.
Don't know if maybe earlier versions of FoxPro made NS indexes more attractive then -


>
>WHAT?
>How many APPEND's you have in the application?
>If you change APPEND BLANK->REPLACE to INSERT INTO the index will be updated when the INSERT finish its job.
>Even if you didn't use nonstructural compound index you have to REINDEX after the APPEND, so no speed gain.
>If that INDEX is opened again no speed gain because it is reindexed automaticaly.
>If you use structural compound index your life will be much easier.
>No need to care if the index is updated -> it is.
>It will be used for Optimization (I am not sure about if nonstructural compound index could be used for this, because I never used them).
Previous
Reply
Map
View

Click here to load this message in the networking platform