[
https://issues.apache.org/jira/browse/IGNITE-26621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Scherbakov updated IGNITE-26621:
---------------------------------------
Description:
Currently implicit batches from a client are send to a coordinator node in a
proxy mode.
This prevents scaling due to additional network overhead.
Instead we can try:
# Keep old behavior for single partition batch
# Send batches in direct mode on all nodes to improve parallelism
# Execute each batch as independent explicit transaction
# Wait for all
was:
Currently implicit batches from a client are send to a coordinator node in a
proxy mode.
Instead we can try:
# Keep old behavior for single partition batch
# Send batches in direct mode on all nodes to improve parallelism
# RW-R transactions can be assigned on a client a pseudo tx id with high
priority flag to avoid conflict rollback and rely on timeouts for unlocks.
> Improve implicit batches handling from a client
> -----------------------------------------------
>
> Key: IGNITE-26621
> URL: https://issues.apache.org/jira/browse/IGNITE-26621
> Project: Ignite
> Issue Type: Improvement
> Reporter: Alexey Scherbakov
> Assignee: Alexey Scherbakov
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Currently implicit batches from a client are send to a coordinator node in a
> proxy mode.
> This prevents scaling due to additional network overhead.
> Instead we can try:
> # Keep old behavior for single partition batch
> # Send batches in direct mode on all nodes to improve parallelism
> # Execute each batch as independent explicit transaction
> # Wait for all
--
This message was sent by Atlassian Jira
(v8.20.10#820010)