Difficulty: Intermediate
How do you handle extremely large tables that are years old?
Implement data archiving: move old, rarely accessed data to a separate 'history' table or a cold storage layer (like S3) to keep the main table fast.
Maintenance, Storage Cost