
Database Indexes...Littel in-depth
Hello database developers,
Uderstanding Postgresql Indexes is the key to database best performance .
in this papers you will get to know how indexes works, types, and how to use indexes through folowing sections:
Index types.
* Types of indexes operators .
* How indexes works.
* Indexes Planner & Execution Plan.
* Explain & Explain Analyze.
* Using Constraint Indexes .
* Using Column(s) Index .
* Conditional(Partial)indexes , usages
& comparison with BRIN type index
usage.
* Unique constraints & Unique indexes ,
when not to use both & when can.
* Multi columns indexes & Combining
indexes..their usages.
* When the Where clause don’t apply.
* Index Only Scan
* Covering indexes with Include clause.
* Constraints with include clause.
Deduplication (For B-Tree type)
Finding unused indexes & removing them.
Best of luck.