Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Performance (SET DELETED)
Message
From
18/11/1996 15:36:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
VFP Performance (SET DELETED)
Miscellaneous
Thread ID:
00012679
Message ID:
00012679
Views:
79
I have made some quick bench test for table with 160K records. There is really huge effect by SET DELETED setting: some simplect queries run for 20sec if ON against nothing if OFF. But I didn't see any particular difference in regard to overall performance like SKIP,GO,SEEK etc.
So, probably it's not a bad idea still have SET DELETED ON and just reset it temporarily before running SELECT statement which will use DELETED tag:
SET DELETED OFF
SELECT ... Where ... NOT IN (SELECT ... Where Deleted())
SET DELETED ON
Edward Pikman
Independent Consultant
Next
Reply
Map
View

Click here to load this message in the networking platform