mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
We currently use the plaintext body of a shard request as the key to the request cache. This has the disadvantage that very large requests can quickly fill up the cache due to the size of their keys. With this commit, we instead use a sha-256 hash of the shard request as the cache key, which will use a constant (and much smaller) number of bytes. |
||
---|---|---|
.. | ||
cluster | ||
discovery | ||
indices | ||
network | ||
cluster.asciidoc | ||
discovery.asciidoc | ||
gateway.asciidoc | ||
http.asciidoc | ||
network.asciidoc | ||
node.asciidoc | ||
plugins.asciidoc | ||
remote-clusters.asciidoc | ||
threadpool.asciidoc | ||
transport.asciidoc |