<div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span style="font-size:12.8px">What I'd suggest instead is setup a load balancer with URI hashing</span><br style="font-size:12.8px"><span style="font-size:12.8px">in front of it, so the cache hit ratio is as high as possible without</span><br style="font-size:12.8px"><span style="font-size:12.8px">multiple layers caching the same object.</span></blockquote><div><br></div><div>We can also combine LB and cache nodes in one machine as explained in nginx blog and that could be very efficient and scalable .</div><div><br></div><div>I should monitor our network for a few weeks but i think overall this design would be very good for us . </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Sep 24, 2017 at 7:04 PM, Lukas Tribus <span dir="ltr"><<a href="mailto:luky-37@hotmail.com" target="_blank">luky-37@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> After some researching i've decided to go with individual nginx<br>
> nodes for now . If we encounter too much request to our<br>
> upstream, i'm gonna set up the multi layer architecture you<br>
> mentioned probably<br>
<br>
</span>While multi layers of nginx cache may help with bandwidth, it<br>
wastes huge amount of storage while caching the same object<br>
on multiple layers.<br>
<br>
What I'd suggest instead is setup a load balancer with URI hashing<br>
in front of it, so the cache hit ratio is as high as possible without<br>
multiple layers caching the same object.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
Lukas<br>
</font></span><div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/<wbr>mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div>