[ 
https://issues.apache.org/jira/browse/IGNITE-27234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roman Puchkovskiy updated IGNITE-27234:
---------------------------------------
    Description: Currently, MvPartitionStorage contains the read() method that 
returns whole row (including its value). In some cases, our internal code needs 
just row metadata (like transactionId) but not the value, so we waste time and 
memory on loading the value. We need to either add another method or add an 
argument (ReadOptions?) to the existing method.

> Add a way to read just row metadata from MvPartitionStorage
> -----------------------------------------------------------
>
>                 Key: IGNITE-27234
>                 URL: https://issues.apache.org/jira/browse/IGNITE-27234
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>
> Currently, MvPartitionStorage contains the read() method that returns whole 
> row (including its value). In some cases, our internal code needs just row 
> metadata (like transactionId) but not the value, so we waste time and memory 
> on loading the value. We need to either add another method or add an argument 
> (ReadOptions?) to the existing method.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to