Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete record is slow
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00829065
Message ID:
00829514
Views:
30
Hi Chuck,

> .... 1-5.49sec ....

"This cut the head to the torus"

The LEFT JOIN not influence the query time.

Now:
If you have define a index on Propnum
INDEX ON LEFT(groupid,2) TAG TAGGROUP
and the time of
SELECT * FROM  property!propnum WHERE LEFT(groupid,2) == "PN"
still to 5.5sec, this time is the ODBC transfer time.

For speedup query you must change the implementation
( not use ODBC, use local cache, reduce n° records, ... )

If you not found a solution!:
"discharge the clock and to make it to go more slowly"

Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform