Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete lots, slow cascade
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00189428
Message ID:
00189517
Views:
10
Bret:
Do what is SET('DELETED')=?
Do you have an index on !DELETED()?
Have you turned on SYS(3054,1) to check rushmore optimization?

>I need to delete a large portion of a parent table which has some child tables. RI is set to cascade these deletes. The delete processes very slowly and never seems to finish. It looks like
>
>DELETE FROM mytable WHERE mytable.group <> "rightgroup"
>
>I have indexes on all the keyfields and on the group field. The main table has about 5000 records, and the two child tables have a few thousand and several hundred each.
>
>I did this before without any trouble. I don't remember what I did differently, except that I was using vfp3 instead of vfp6.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform