Ivan Bessonov created IGNITE-21076:
--------------------------------------
Summary: Creating the table with 1024 partitions is too slow
Key: IGNITE-21076
URL: https://issues.apache.org/jira/browse/IGNITE-21076
Project: Ignite
Issue Type: Bug
Reporter: Ivan Bessonov
With the default 25 partitions, creating the table takes few seconds. While not
ideal, it's not too bad. But, when increasing the number of partition to 1024
(default of Ignite 2), time increases to about 15-20 seconds.
With such a small number of partitions, time shouldn't scale this drastically.
Most of the time that spent on creation of a single partition should be a)
creating storage and b) leader election. Assuming that, time for 25 and 1024
partitions should not differ this much.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)