Tag archive
Commands grouped around the same concept, pattern, or recurring problem.
Ask the database how it plans to execute a SELECT so you can understand scans, joins, and index usage.
Drop an index that is no longer useful so writes no longer have to maintain it.
Create an index on one or more columns to make lookups and joins faster.