Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete records
Message
From
03/01/2001 09:35:20
 
 
To
02/01/2001 22:44:03
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00458758
Message ID:
00458894
Views:
22
Hello, Winan.

Don't be afraid about table size growing. I know that this is a BIG concern with Access Databases, but it doesn't apply to VFP. If you are carefull with your code, most of the time, VFP gives you amazing performance even with very large tables.

Anyway, if you want to PACK the tables from time to time (as well as rebuild indexes), what we have is a small process running on the server that does it in the middle of the nigth, after it checks that no user is using any table.

As our dear Barbara said, keep an index on deleted(), and if you have any concern about the speed of some process, just turn to th UT!

Good luck!

>Thanks for your quick reply, sounds like I have to pack the tables periodically .the table size is not too large and sometime the records will be deleted and the deleted record is less than 10 %, but I am affraid that the size become too large and the speed will go slow down like what I had when use MS. Access as the Databases, I just want to make packing automation for deleted records.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform