views:

16

answers:

1

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.

A: 

Yes your friend is correct it will help the database get the answer for your query faster

Lisa
Awesome! High five! Just what I needed to know.
Neal Carroll