drosenkranz
Programmer
I'm new to Visual FoxPro. Last FoxPro used was mfoxplus.exe circa 1992. Anyway, I'm having trouble grasping the Rushmore Optimization concerning index tags. I'm using the database container and compound indexes. It said I should use an index tag for deleted() on every table. What specifically is an index "tag" referring to?
Let's say I have a table named Master with indexes named Workers that represents a field named WorkerID and an index named "Deleted" which uses the function "deleted()".
First, does the term "tag" refer to the index name specified (Worker) or is it a property of the index itself?
Second, does the index "Deleted" need to be created for every table to provide the ability to utilize the Rushmore Optimization or does it need to be included in every indexes' formula to to be used?
Let's say I have a table named Master with indexes named Workers that represents a field named WorkerID and an index named "Deleted" which uses the function "deleted()".
First, does the term "tag" refer to the index name specified (Worker) or is it a property of the index itself?
Second, does the index "Deleted" need to be created for every table to provide the ability to utilize the Rushmore Optimization or does it need to be included in every indexes' formula to to be used?