Welcome! Log In Create A New Profile

Advanced

Re: Re[2]: Invalidate just one page under a location directive.

Quintin Par
February 08, 2012 11:00AM
Can someone help? My small site on a tiny VM is being bombarded and the
cache invalidation is clearing up everything. Which means warming up the
caching takes a lot of expensive queries.

-Quintin

On Wed, Feb 8, 2012 at 6:27 PM, Quintin Par <quintinpar@gmail.com> wrote:

> I don’t think I made that clear.
>
> To put it simply, Invalidate cache for a particular key entry but not all
> of the cache
>
> e.g for
>
> location = /vehicles {
>
> proxy_cache_key $request_uri;
>
> }
>
> Hashtable for cache:
>
> [
>
> hittp://jj.com/vehicles/cars => hittp://jj.com/vehicles/cars
>
> hittp://jj.com/vehicles/bus => hittp://jj.com/vehicles/bus
>
> hittp://jj.com/vehicles/bike=> hittp://jj.com/vehicles/bike
>
> ]
>
> I should be able to invalidate just cars because my page for cars have
> changed but not others.
>
> Hope you got the point.
>
> Quintin
>
>
>
> On Wed, Feb 8, 2012 at 5:49 PM, Quintin Par <quintinpar@gmail.com> wrote:
>
>> Simples way to say this would be, invalidate proxy_cache_key but not all
>> of the cache.
>>
>> On Wed, Feb 8, 2012 at 5:32 PM, Max <nginxyz@mail.ru> wrote:
>>
>>> 08 февраля 2012, 13:37 от Quintin Par **: > Thanks would be difficult
>>> because my intention is to maintain per page > cache. So we are talking
>>> about 1000+ pages and more being created > dynamically. > > -Quintin > >
>>> 2012/2/8 Валентин Бартенев ** > > > On Wednesday 08 February 2012
>>> 11:44:04 Quintin Par wrote: > > > Hi all, > > > > > > A section of my
>>> virtual(say /industry) is cached with > > > > > > proxy_cache_key
>>> $scheme$host$request_uri; > > > > > > key. This will cache all pages under
>>> this virtual. I do cache > > invalidation > > > by firing a request with >
>>> > > > > > proxy_cache_bypass > > > > > > Now if I need to invalidate cache
>>> for a page under this virtual, how > > should > > > I go about doing it? >
>>> > > > > > Say /industry is the location directive > > > > > > I need to
>>> invalidate just > > > > > > /industry/category/cars > > > > > > How do I do
>>> this? Do you want to do per-request cache invalidation based on client
>>> information (header values, cookies, originating IP etc.), so the cache is
>>> bypassed whenever a client sends a request that matches your cache
>>> invalidation criteria, or do you want to be able to invalidate a certain
>>> URI for all future clients and requests by sending some kind of "switch
>>> caching off for this URI" request? Max
>>>
>>> _______________________________________________
>>> nginx mailing list
>>> nginx@nginx.org
>>> http://mailman.nginx.org/mailman/listinfo/nginx
>>>
>>
>>
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Invalidate just one page under a location directive.

Quintin Par February 08, 2012 02:46AM

Re: Invalidate just one page under a location directive.

Валентин Бартенев February 08, 2012 04:08AM

Re: Invalidate just one page under a location directive.

Quintin Par February 08, 2012 04:38AM

Re: Invalidate just one page under a location directive.

Valentin V. Bartenev February 08, 2012 05:44AM

Re: Invalidate just one page under a location directive.

Quintin Par February 08, 2012 06:10AM

Re[2]: Invalidate just one page under a location directive.

Max February 08, 2012 07:04AM

Re: Re[2]: Invalidate just one page under a location directive.

Quintin Par February 08, 2012 07:20AM

Re: Re[2]: Invalidate just one page under a location directive.

Quintin Par February 08, 2012 08:00AM

Re: Re[2]: Invalidate just one page under a location directive.

Quintin Par February 08, 2012 11:00AM

Re: Re[2]: Invalidate just one page under a location directive.

António P. P. Almeida February 08, 2012 11:16AM

Re: Re[2]: Invalidate just one page under a location directive.

Quintin Par February 08, 2012 11:24AM

Re: Re[2]: Invalidate just one page under a location directive.

António P. P. Almeida February 08, 2012 12:12PM

Re: Re[2]: Invalidate just one page under a location directive.

Quintin Par February 08, 2012 10:30PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 274
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