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

Roman Puchkovskiy updated IGNITE-27038:
---------------------------------------
    Description: Currently, we read one row meta at a time when building a 
batch of row metas to index. But the storages have iterators that provide rows 
in the same order we need, so we can exploit this to read the whole batch from 
the same iterator, to make it more efficient.

> Read rows for indexing in batches
> ---------------------------------
>
>                 Key: IGNITE-27038
>                 URL: https://issues.apache.org/jira/browse/IGNITE-27038
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Roman Puchkovskiy
>            Assignee: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>
> Currently, we read one row meta at a time when building a batch of row metas 
> to index. But the storages have iterators that provide rows in the same order 
> we need, so we can exploit this to read the whole batch from the same 
> iterator, to make it more efficient.



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

Reply via email to