Possible Duplicate:
What columns generally make good indexes?
I'm working with mySQL database (with PHP) and wondering about database indexes which are used to speed up the queries.
Should we use indexes from the very beginning, even when there are only a few rows in the database, or should they only be applied if the database grows large and becomes slow?