I've always wondered if there is a better way to help database query performance in rails by breaking up tables with lots of columns? Any recommendations would be appreciated.
Does it make more sense to break out columns into another table or keep them in one?