Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Surrogate vs natural vs artificial, clustered vs non
Message
De
11/07/2014 15:49:48
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
11/07/2014 15:26:12
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Indexation
Versions des environnements
SQL Server:
SQL Server 2014
Application:
Web
Divers
Thread ID:
01603549
Message ID:
01603559
Vues:
54
> Suppose there is a table with a compound primary key and said key is clustered.
>When I insert a record, I'm taking an educated guess that because of the clustered index, the actual table is re-ordered in some manner if a new record falls between other records.

>
>And yes, that's generally correct. Now, you can set the FILL FACTOR to reduce how frequently page splits occur. If you set a value of 80 (and this is from MSDN), that means 20% of the data page is left empty, to allow/reserve for space that would otherwise cause a page split. I've read different reports on how effective this can be. So mileage will definitely vary based on the usage.

But that means that FILL FACTOR is a workaround.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform