Giter Club home page Giter Club logo

Comments (5)

OrkhanAlikhanov avatar OrkhanAlikhanov commented on July 21, 2024 1

Thanks for your thoughts.

If someone stumbles upon this, https://en.wikipedia.org/wiki/Cache_replacement_policies might be a useful resource to checkout.

from certmagic.

mholt avatar mholt commented on July 21, 2024 1

Closing, since there's nothing actionable at this point; but if we get some useful data as mentioned above, then we can reopen and discuss which policy to use if random is not sufficient.

from certmagic.

mholt avatar mholt commented on July 21, 2024

Can be done but requires some more state. Is this impacting your deployments?

from certmagic.

OrkhanAlikhanov avatar OrkhanAlikhanov commented on July 21, 2024

Thanks for your quick reply. We are in the early stage of moving away from wildcard certificates. So nothing is impacted. We want to remove less frequently used certs first as it makes more sense in our case. Consider a website like statuspage.io where it gives you yourpage.statuspage.io or netlify/vercel preview deployments like example-somehash.vercel.app. You can have hundreds of domains but some of them are visited only once while others multiple times in a day. So randomized removal may remove the most used one which is not ideal.

from certmagic.

mholt avatar mholt commented on July 21, 2024

I see. Great use case, but I think first we should make a decision like this based on data/experience.

Why do you want LRU specifically? Why does it "make more sense"?

So randomized removal may remove the most used one which is not ideal.

It also may remove the least-used one, which is most ideal.

There are a lot of cache eviction options, so if we're going to invest in the complexity of something other than random we might as well make sure it serves us well. 👍

Let's get some data from an actual deployment to see why random isn't a good fit, and to have it become more clear that another algorithm would be better.

For example, LRU has a bad worst case, if the cache is slightly smaller than the working set.

from certmagic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.