In laymen's terms, indexing is basically adding a virtual table of contents for that table so when your code needs to search within the table, things get speed up. You can easily index the table in phpMyadmin if you use that to manage your DB.