[
https://issues.apache.org/jira/browse/IGNITE-24976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrey Mashenkov reassigned IGNITE-24976:
-----------------------------------------
Assignee: Andrey Mashenkov
> Sql. Optimize binary row materialization
> ----------------------------------------
>
> Key: IGNITE-24976
> URL: https://issues.apache.org/jira/browse/IGNITE-24976
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Reporter: Andrey Mashenkov
> Assignee: Andrey Mashenkov
> Priority: Major
> Labels: ignite-3, performance
> Fix For: 3.1
>
>
> Row materialization inside UpgradingRowAdapter and ProjectedTuple classes do
> reading value from delegate then do writing into ByteBuffer.
> This causes unnecessary boxing/unboxing operation and various type validation.
> Let's add a copy method to avoid this.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)