An index is a data structure (usually a B-tree) that lets the database find rows quickly without scanning the entire table — like a book's index. It dramatically speeds up lookups, filters, joins, and sorts on the indexed column(s), at the cost of extra storage and slower writes.
Kif index jagħtik għajnuna
users email ;
INDEX idx_users_email users(email);
