I've got to move a bunch of stuff around to speed up my site particularly 
on the controller folder.  My question is that I have nearly 50+ tables 
defined in my db.py file.  Is there any benefit to splitting these tables 
into multiple model files?  The tables belong to a single database and most 
use the auth_user table as a referenced table.  

I'm assuming that they're all going to get read in regardless, therefore, 
splitting things up into multiple model files wouldn't gain me anything or 
am I wrong?

Thanks in advance.

-- 



Reply via email to