Pavel Pereslegin created IGNITE-22951:
-----------------------------------------
Summary: Catalog compaction. Improve minimum tx begin time
propagation to replicas
Key: IGNITE-22951
URL: https://issues.apache.org/jira/browse/IGNITE-22951
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Pavel Pereslegin
After IGNITE-22641, for each catalog compaction run we have a {{N x M}} replica
requests, where N - count of tables, M - count of partitions.
This looks extremely inefficient and we should consider using:
* Message coalescing.
* Depending on whether you actually need compaction coordinator or it's
possible to trigger minStarTime on all nodes consider sending requests to self
only.
* Adding some randomization on sending requests between replication groups.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)