[
https://issues.apache.org/jira/browse/IGNITE-26419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Polovtsev reassigned IGNITE-26419:
--------------------------------------------
Assignee: Aleksandr Polovtsev
> Optimize LogEntryEncoder to avoid payload copying
> -------------------------------------------------
>
> Key: IGNITE-26419
> URL: https://issues.apache.org/jira/browse/IGNITE-26419
> Project: Ignite
> Issue Type: Improvement
> Reporter: Aleksandr Polovtsev
> Assignee: Aleksandr Polovtsev
> Priority: Major
> Labels: ignite-3
>
> Add the following methods to the {{LogEntryEncoder}} interface:
> # {{int size(LogEntry logEntry)}}
> # {{void encode(ByteBuffer buffer, LogEntry log)}}
> This will allow us to directly write into Segment Files' buffers without an
> intermediate array creation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)