elasticsearch/docs/reference/modules
Johan Nilsson Hansen 553e8dcb07
Create a sha-256 hash of the shard request cache key (#74877)
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.
2021-09-13 08:55:59 +01:00
..
cluster Breaking change for single data node setting (#73737) 2021-06-07 13:12:04 +02:00
discovery Improve fault-detection.asciidoc (#76821) 2021-08-23 14:31:06 +02:00
indices Create a sha-256 hash of the shard request cache key (#74877) 2021-09-13 08:55:59 +01:00
network Expand and consolidate networking docs (#68051) 2021-02-01 13:06:20 +00:00
cluster.asciidoc [DOCS] Document dynamic cluster-lvl shard alloc settings (#61338) 2020-08-31 11:04:11 -04:00
discovery.asciidoc Expand and consolidate networking docs (#68051) 2021-02-01 13:06:20 +00:00
gateway.asciidoc Remove deprecated gateway settings (#53845) 2021-02-03 14:10:45 +00:00
http.asciidoc Limit count of HTTP channels with tracked stats (#77303) 2021-09-08 07:25:57 +01:00
network.asciidoc Add note on special network values docs (#75779) 2021-08-09 17:05:54 +01:00
node.asciidoc [DOCS] Note required node roles and data tiers (#74566) 2021-07-07 09:57:32 -04:00
plugins.asciidoc [DOCS] Relocate "Plugins" page (#54974) 2020-04-10 15:29:44 -04:00
remote-clusters.asciidoc Add docs for production ready compression settings (#76441) 2021-08-12 16:48:56 -06:00
threadpool.asciidoc [DOCS] Fix formatting for snapshot_meta thread pool (#76973) 2021-08-26 10:36:26 -04:00
transport.asciidoc Enable LZ4 transport compression by default (#76326) 2021-08-17 12:19:42 -06:00