[
https://issues.apache.org/jira/browse/IGNITE-27279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Lapin updated IGNITE-27279:
-------------------------------------
Description:
Currently AI3 uses hard-coded default zone partition count [1]
Instead, partition count should be calculated dynamically, using the formula:
{*}nodes_count * max(cores_count, 8) * 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, 3 or 4 - we
need to run some benchmarks in order to check which is better).
[1]
org.apache.ignite.internal.catalog.commands.CatalogUtils#DEFAULT_PARTITION_COUNT
+ info if the distribution occurred to be inefficient.
was:
Currently AI3 uses hard-coded default zone partition count [1]
Instead, partition count should be calculated dynamically, using the formula:
*nodes_count * max(cores_count, 8) * 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
> Change default partition count
> ------------------------------
>
> Key: IGNITE-27279
> URL: https://issues.apache.org/jira/browse/IGNITE-27279
> Project: Ignite
> Issue Type: Improvement
> Reporter: Alexey Scherbakov
> Priority: Major
> Labels: ignite-3
> 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 * max(cores_count, 8) * 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, 3 or 4 -
> we need to run some benchmarks in order to check which is better).
> [1]
> org.apache.ignite.internal.catalog.commands.CatalogUtils#DEFAULT_PARTITION_COUNT
>
> + info if the distribution occurred to be inefficient.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)