Problem Statement
When storing large amounts of data, using the wrong storage type can cause slow access, poor scalability, or difficulty managing data. For example, treating all data like files can limit performance for databases, while treating all data like objects can complicate file sharing and editing.