Skip to content

Commit

Permalink
Proposal: Cache-optimized routing (#314)
Browse files Browse the repository at this point in the history
Goal: Route requests to take advantage of prefix caching.

Proposal: Use hashing to define preferred backends for given requests.
This avoids the need to keep track of the state of backend caches.

Reference:
https://research.google/blog/consistent-hashing-with-bounded-loads/
  • Loading branch information
nstogner authored Dec 3, 2024
1 parent 2c303b9 commit 8eaa1db
Showing 1 changed file with 0 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8eaa1db

Please sign in to comment.