Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 612 Bytes

IndexesRules.md

File metadata and controls

18 lines (13 loc) · 612 Bytes

Indexes naming convention

Indexes Prefixes and pattern

Btree/Column Store Unique/Non Unique Cluster Non-Cluster
Column Store Non Unique CC CX
Btree (Classic) Unique UC_<FullTableName>[_xx] or constraint_name(PK, UK) UX_<FullTableName>[_xx] or constraint_name (PK,UK)
Btree (Classic) Non Unique IC_<FullTableName>_<details> IX_<FullTableName>_<details>

For details in index, the objective of the index could be describe :

  • load
  • reporting
  • extract
  • generic