Ruby on Rails Thursday, April 29, 2010

Hi

I have a Student table with 30 columns in it.

My question is at what database size, would the query performance be
affected?

We are actually planning to have a ArchivedStudent table(which has
exactly the same structure as that of Student table) so that when
student graduates, his record can be moved out of active Student table
to ArchivedStudent table. or should I just go for named scopes?

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment