Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to speed up SQL remote view ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00572419
Message ID:
00574970
Vues:
58
Larry,

I didn't mean to suggest that any performance difference would crop up using a non-clustered index without a clustered index. I was simply pointing out that a non-clustered index would be far less efficient than a clustered index.

>>Larry,
>>
>>One important thing you're forgetting about here is that non-clustered indexes store a pointer to the location that record can be found. If the table has a clustered index, this is used as the pointer. If the table is a heap, it uses an RID to locate the record. (File#:Page#:Slot#)
>>
>
>Hi Travis,
>So you are saying that a pointer to the index node is faster than a pointer to the physical location of the row in the table? I'll but that.
>
>I may have to go back and check performance on tables where I didn't specify one. If I recall, the numbers weren't bad so I didn't worry about tweaking the performance.
Travis Vandersypen
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform