Displaying 1 result from an estimated 1 matches for "p244".
Did you mean:
0244
2006 Jun 24
3
Performance vs normalization best practice
I have a common situation and would like best practice suggestions from some
of you more experienced rails developers.
In my DB I''ve normalized tables in a traditional manner, e.g. I have Posts
which have authors stored in a Users table.
My problem is when I go to show a list of Posts and I want to display the
author name (e.g. post.author.name)
ActiveRecord appears to do a SELECT