Over-Indexing
← Back to Index Anti-Patterns
Creating too many indexes on a table. Each index adds write overhead (inserts, updates, deletes must maintain all indexes) and consumes storage.
← Back to Index Anti-Patterns
Creating too many indexes on a table. Each index adds write overhead (inserts, updates, deletes must maintain all indexes) and consumes storage.