[
https://issues.apache.org/jira/browse/IGNITE-21044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Tkalenko reassigned IGNITE-21044:
----------------------------------------
Assignee: Kirill Tkalenko
> Investigate long table creation
> -------------------------------
>
> Key: IGNITE-21044
> URL: https://issues.apache.org/jira/browse/IGNITE-21044
> Project: Ignite
> Issue Type: Improvement
> Reporter: Ivan Bessonov
> Assignee: Kirill Tkalenko
> Priority: Major
> Labels: ignite-3
>
> If we run the test, in which we would create a lot of tables (mare than 200?
> for example), we soon start seeing a degradation in table creation time.
> In particular, handling of corresponding Catalog update might take literal
> seconds.
> One of the reasons is described here:
> https://issues.apache.org/jira/browse/IGNITE-19913
> It explains why table creation might be slow, but it does not explain why it
> degrades when we create more tables. So there are basically two issues:
> * watch processing waits for unnecessary operations to complete
> * those operations are too slow for some reason
> We need to investigate and fix both issues
--
This message was sent by Atlassian Jira
(v8.20.10#820010)