[
https://issues.apache.org/jira/browse/IGNITE-8925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16532797#comment-16532797
]
ASF GitHub Bot commented on IGNITE-8925:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/ignite/pull/4301
> SQL: Limit default number of threads for CREATE INDEX to 4
> ----------------------------------------------------------
>
> Key: IGNITE-8925
> URL: https://issues.apache.org/jira/browse/IGNITE-8925
> Project: Ignite
> Issue Type: Task
> Components: sql
> Reporter: Vladimir Ozerov
> Assignee: Vladimir Ozerov
> Priority: Major
> Fix For: 2.7
>
>
> Currently we allocate {{CPUs/4}} cores for index creation. On powerful
> machines we may allocate too much threads, so that "Maximum number of
> retries" error start to appear in {{BPlusTree}}.
> We need to limit default number of allocated cores to 4, because:
> - Our original benchmarks shown that >4 cores do not give significant boost
> (due to retries and page splits)
> - Avoid "too much retries" error
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)