# Overview
A clustered index is an... #flashcard
index where the indexed data (i.e., row, node) is stored along with the index.
<!--ID: 1751507776901-->
# Key Considerations
# Pros
# Cons
# Use Cases
- [[mySQL]]'s [[InnoDB]] storage engine
# Related Topics