So when I define an association in rails do I have to set the foreign key as an index in the database?
My friend told me to do this to improve performance, but he is a PHP programmer.
So when I define an association in rails do I have to set the foreign key as an index in the database?
My friend told me to do this to improve performance, but he is a PHP programmer.
Yes your friend is correct it will help the database get the answer for your query faster