Alexey Scherbakov created IGNITE-27279:
------------------------------------------
Summary: Change default partition count
Key: IGNITE-27279
URL: https://issues.apache.org/jira/browse/IGNITE-27279
Project: Ignite
Issue Type: Improvement
Reporter: Alexey Scherbakov
Fix For: 3.2
Currently AI3 uses hard-coded default zone partition count [1]
Instead, partition count should be calculated dynamically, using the formula:
*nodes_count * cores_count * scale_coeff*, where
* nodes_count is the count of nodes in initial topology
* cores_count is the number of cores per node
* scale_coeff defines cluster upscaling, with default value of 2
[1]
org.apache.ignite.internal.catalog.commands.CatalogUtils#DEFAULT_PARTITION_COUNT
--
This message was sent by Atlassian Jira
(v8.20.10#820010)