[ 
https://issues.apache.org/jira/browse/IGNITE-26183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18020337#comment-18020337
 ] 

Alexey Scherbakov edited comment on IGNITE-26183 at 9/15/25 12:25 PM:
----------------------------------------------------------------------

According to benchmark results, this approach doesn't give any significant 
performance improvements in client-server scerios.

However this might be useful for embedded scenarios.

Putting to backlog.


was (Author: ascherbakov):
According to benchmark results, this approach doesn't give any significant 
performance improvements 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
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.1
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently all write operations are submitted to partition executor pool for 
> execution and later re-submitted to raft apply queue.
> 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)

Reply via email to