You can also download a modelless app here:
https://github.com/rochacbruno/web2py_model_less_app/downloads

I am using this approach for all my apps ( But I know we have things to
improve)

On Mon, Jul 16, 2012 at 5:52 PM, Derek <sp1d...@gmail.com> wrote:

> There should be no benefit to moving them to multiple model files. It
> would have the same performance (or perhaps slower).
>
> The models file is processed on every page load, so it can get expensive
> if you have a lot of tables defined in it.
> I'm sure Bruno can chime in here, but here is his recipe for model-less
> apps...
>
> http://www.web2pyslices.com/slice/show/1479/model-less-apps-using-data-models-and-modules-in-web2py
>
>
>
> On Monday, July 16, 2012 1:45:23 PM UTC-7, wdtatenh wrote:
>>
>> 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