Welcome! Log In Create A New Profile

Advanced

Re: Scaling nginx caching storage

Lucas Rolff
September 23, 2017 05:20AM
> is there any way to share a cache directory between two nginx instances ?
> If it can't be done what do you think is the best way to go when we need to scale the nginx caching storage ?

One is about using same storage for two nginx instances, the other one is scaling the nginx cache storage.
I believe it’s two different things.

There’s nothing that prevents you from having two nginx instances reading from the same cache storage – however you will get into scenarios where if you try to write from both machines (Let’s say it tries to cache the same file on both nginx instances), you might have some issues.

Why exactly would you need two instances to share the same storage?
And what scale do you mean by scaling the nginx caching storage?

Currently there’s really only a limit to your disk size and the size of your keys_zone – if you have 50 terabytes of storage, just set the keys_zone size to be big enough to contain the amount of files you wanna manage (you can store about 8000 files per 1 megabyte).



From: nginx <nginx-bounces@nginx.org> on behalf of Amir Keshavarz <amirkekh@gmail.com>
Reply-To: "nginx@nginx.org" <nginx@nginx.org>
Date: Saturday, 23 September 2017 at 10.58
To: "nginx@nginx.org" <nginx@nginx.org>
Subject: Scaling nginx caching storage

Hello,
Since nginx stores some cache metadata in memory , is there any way to share a cache directory between two nginx instances ?

If it can't be done what do you think is the best way to go when we need to scale the nginx caching storage ?

Thanks
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Scaling nginx caching storage

satrobit September 23, 2017 05:00AM

Re: Scaling nginx caching storage

Lucas Rolff September 23, 2017 05:20AM

Re: Scaling nginx caching storage

satrobit September 23, 2017 05:50AM

Re: Scaling nginx caching storage

Lucas Rolff September 23, 2017 06:08AM

Re: Scaling nginx caching storage

satrobit September 23, 2017 03:52PM

AW: Scaling nginx caching storage

Lukas Tribus September 24, 2017 10:36AM

Re: Scaling nginx caching storage

satrobit September 24, 2017 11:16AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 231
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready