Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Basic Optimization question
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Basic Optimization question
Miscellaneous
Thread ID:
00818818
Message ID:
00818818
Views:
52
Hello all,

Could someone please explain something to me?
If I have a local view on to a single table that just selects some output fields and filters on an ID value being equal to a variable. If my table is indexed on the ID why does my optimisation come back saying that it is using the index but that it is only partially optimised?
SELECT *;
 FROM ash!agent;
 WHERE Agent.iid = ?ThisForm.ID


Using index tag Id to rushmore optimize table agent
Rushmore optimization level for table agent: partial
And does this matter?

Many thanks
Caroline
Caroline
Next
Reply
Map
View

Click here to load this message in the networking platform