Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Slow Access to Tables over mapped drive
Message
From
06/02/2005 10:48:35
 
 
To
04/02/2005 22:06:38
Randy Wessels
Screentek Business Solutions, Llc.
Phoenix, Arizona, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00984098
Message ID:
00984307
Views:
22
Hi,

Ordered in estimated possible gain:
use of indices/rushmore for the views (fits with data size dependancy, also check set collate)
"blocking" issues of rushmore by indices with low discrimination (fits with data size dependancy)
"use" is sometimes slow in some OS combinations if the table is already opened by another machine
"use" is sometimes slow, especially if set("deleted")="ON" (fits with data size dependancy)
put read-only lookup tables to the workstations (fits partially with data size dependancy)
pathing issues (doesn't fit with data size dependancy)
locking issues in the dbc
exe / dll's on the server (if made read-only, otherwise higher up!)

Based on those numbers you should have no problem if the tables are indexed correctly and the views return only highly filtered sets. If you return a couple of hundred MB's, even client/server approach won't help too much.

HTH

thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform