pointers to Database (for faster Reads)
Types
- Hash Index: Hash function to map index pointer (works for exact match queries)
- Full-Text Index: A index designed for full-text search, allowing for efficient searching of text data. ex: Inverted Index
- Spatial Index: Used for indexing geographical data types. ref: Spatial Databases