Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit bce6919

Browse files
Merge pull request #346 from ashwinkumar12345/hc-formula
updated high cardinality formula note
2 parents d2ab7a7 + 6b03567 commit bce6919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ad/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Only a certain number of unique entities are supported in the category field. Us
7272
(data nodes * heap size * anomaly detection maximum memory percentage) / (entity size of a detector)
7373
```
7474

75-
This formula doesn't take into account the query size limit.
75+
This formula provides a good starting point, test with a representative workload and see how it goes.
7676
{: .note }
7777

7878
For example, for a cluster with 3 data nodes, each with 8G of JVM heap size, a maximum memory percentage of 10% (default), and the entity size of the detector as 1MB: the total number of unique entities supported is (8.096 * 10^9 * 0.1 / 1M ) * 3 = 2429.

0 commit comments

Comments
 (0)