Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Views not reported Rushmore optimized?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Views not reported Rushmore optimized?
Divers
Thread ID:
00245318
Message ID:
00245318
Vues:
50
Hi all,
Running VFP 5.0a. I have a local view which I'm trying to optimize. I use sys(3054,1) to get information about the Rushmore optimization level.

This is reported full optimization using all my indices:
SELECT * FROM MyTable where
but when I type
CREATE SQL VIEW 'Whatever' AS SELECT * FROM MyTable
the optimization is only partial using my index on deleted.

Doesn't SYS(3054) give complete information on local views? Should I test the optimization level by excluding 'CREATE SQL VIEW AS' and later on consider the local view fully optimized (when SYS(3054,1) reports so) or is my local view not fully optimized?

Confused as usual....
/Pierre Unge, Sweden
------------- if you cut here, you'll probably destroy your monitor ------------
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform