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:
00574628
Vues:
57
>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.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform