- Relational databases, which were created at a time when data storage was expensive, try to eliminate data duplication. Each table has unique data that may be linked and queried using common values. However, as SQL databases grow in size, the lookups and joins necessary between multiple tables can cause performance issues, ultimately slowing down things.
Leave a Reply