How to avoid multiple, unused has_many associations when using multiple models for the same entity (
- by mikep
Hello,
I'm looking for a nice, Ruby/Rails-esque solution for something.
I'm trying to split up some data using multiple tables, rather than just using one gigantic table. My reasoning is pretty much to try and avoid the performance drop that would come with having a big table. So, rather than have one table called books, I have multiple tables:…