Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need : BIG dbf file to demonstrate Rushmore Optimization
Message
From
01/04/1997 12:40:58
 
 
To
01/04/1997 12:08:02
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00026417
Message ID:
00026423
Views:
25
>Hi all,
>
> I'm doing a school project and I intend to demonstrate the power of Rushmore in my project presentation. The problem is that I do not have a big data file to work with. Can anyone send me a data file (anything and doesn't need unique record id) that has almost 100,000 records. Note that the more records in the file, the better it is. Also, please ZIP up the file before emailing it to me.
>
>Ben
>PS : A million thanx in advance ...

You can create 'big' file on your machine immediately:
CREATE CURSOR temp (string C(8))
for n=1 to 100000
INSERT into temp values(sys(3))
endfor
copy to temp.dbf

Then you can demonstrate RUSHMORE creating/removing index tag on String.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform