Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 248 Bytes

indices.md

File metadata and controls

8 lines (6 loc) · 248 Bytes

Indices in general

  • use covering index
  • the order of the index in compound index matters
  • in postgres, you can allow indexes with includes column
  • you can also have function based indexing
  • index can be ordered in ascending and descending