These last two answers are really helpful.  Thanks alot.

On Fri, Jul 27, 2018 at 10:17 AM Jonathan Vanasco <jvana...@gmail.com>
wrote:

>
>
> On Thursday, July 26, 2018 at 2:30:31 PM UTC-4, Benjamin Polen wrote:
>
>> what web resources should I store there.
>
>
> None.
>
> On Thursday, July 26, 2018 at 2:30:31 PM UTC-4, Benjamin Polen wrote:
>
>> For example, should html files, jinja2 templates, javascript files
>> images, css be stored in my resource tree?
>>
>
> No.
>
> The only time to store those types things in nosql is when you're storing
> "user overrides" that are implemented via a customization or whitelabel
> system and the data HAS to be queried. In those scenarios you can't avoid
> the overhead that nosql lookups and IO cost.
>
> In every other situation, you want to leverage things like:
> * built-in caching of template libraries
> * filesystem IO optimizations of web servers and operating systems
>
> --
> You received this message because you are subscribed to the Google Groups
> "pylons-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to pylons-discuss+unsubscr...@googlegroups.com.
> To post to this group, send email to pylons-discuss@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pylons-discuss/212939ff-b1f3-45e6-8804-a40b8717ce95%40googlegroups.com
> <https://groups.google.com/d/msgid/pylons-discuss/212939ff-b1f3-45e6-8804-a40b8717ce95%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/CAAjPwSmWceTv4Pa6vwQWrmU1tKhcG_oLTnynjmH4gyoDhx6aRg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to