[
https://issues.apache.org/jira/browse/IGNITE-26183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18020337#comment-18020337
]
Alexey Scherbakov commented on IGNITE-26183:
--------------------------------------------
According to benchmark results, this approach doesn't give any significant
performance imrovements in client-server scerios.
Putting to backlog.
> Reduce latency for write partition operations
> ---------------------------------------------
>
> Key: IGNITE-26183
> URL: https://issues.apache.org/jira/browse/IGNITE-26183
> Project: Ignite
> Issue Type: Improvement
> Reporter: Alexey Scherbakov
> Assignee: Alexey Scherbakov
> Priority: Major
> Labels: ignite-3
> Fix For: 3.1
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Currently all write operation are submitted to partition executor pool for
> execution and later re-submitted to raft apply queue.
> We can attempt to bypass apply queue and submit to log queue directly from
> partition executor to reduce latency.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)