Update link to mapper-murmur3 plugin in card docs (#19788)
This commit is contained in:
parent
8bbc312fdd
commit
9f1525255a
|
@ -141,7 +141,7 @@ On string fields that have a high cardinality, it might be faster to store the
|
||||||
hash of your field values in your index and then run the cardinality aggregation
|
hash of your field values in your index and then run the cardinality aggregation
|
||||||
on this field. This can either be done by providing hash values from client-side
|
on this field. This can either be done by providing hash values from client-side
|
||||||
or by letting elasticsearch compute hash values for you by using the
|
or by letting elasticsearch compute hash values for you by using the
|
||||||
{plugins}/mapper-size.html[`mapper-murmur3`] plugin.
|
{plugins}/mapper-murmur3.html[`mapper-murmur3`] plugin.
|
||||||
|
|
||||||
NOTE: Pre-computing hashes is usually only useful on very large and/or
|
NOTE: Pre-computing hashes is usually only useful on very large and/or
|
||||||
high-cardinality fields as it saves CPU and memory. However, on numeric
|
high-cardinality fields as it saves CPU and memory. However, on numeric
|
||||||
|
|
Loading…
Reference in New Issue