clarify "optimal cache wasn't worth it"
This commit is contained in:
parent
d524aca4c2
commit
033e0f6595
@ -590,7 +590,7 @@ Cache common cases:
|
||||
* Compare cost of cache logic to cost of refetching the data.
|
||||
* A large cache can increase GC pressure and keep blowing processor cache.
|
||||
|
||||
I've done experiments with a network trace that showed even an optimal
|
||||
I've done experiments with a network trace for a service that showed even an optimal
|
||||
cache wasn't worth it. Your expected hit ratio is important. You'll want to
|
||||
export the ratio to your monitoring stack. Changing ratios will show a
|
||||
shift in traffic. Then it's time to revisit the cache size or the
|
||||
|
Loading…
Reference in New Issue
Block a user