Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need : BIG dbf file to demonstrate Rushmore Optimization
Message
De
01/04/1997 12:40:58
 
 
À
01/04/1997 12:08:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00026417
Message ID:
00026423
Vues:
27
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform