|
Server/SQL
Speed up the database: Clustered Index
|
05.10.2021 627
|
Speed up the database: Clustered Index
Databases are significantly accelerated when indexes to tables are
properly built in and extended
The fastest are clusted indexes, i e indexes in which several table
fields are combined as primary key
|