# Overview
An additional index that covers all data in all partitions (i.e., global). This results in a large index, which means this index itself likely needs [[Partitioning]].
# Key Considerations
# Pros
- Creates much more efficient reads
# Cons
- Slows down writes in order to update and maintain indexes
# Use Cases
# Related Topics