How to calculate the size of an elasticsearch node?

Viewed 207

How can i calculate the needed size of the elasticsearch-node for my Shopware 6 instance when i known some KPIs.

For example:

KPI Value
Customer 5.000
Products 10.000
SalesChannel 2
Languages 1
Categories 20

Is there a (rough) formula to calculate the number of documents or the required size of a node?

1 Answers
Related