Why not index everything in SQL?

An index in SQL is a database structure that improves the performance of queries by allowing the database to find and retrieve specific rows of data quickly. Let's learn why not to index everything in SQL DB.