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

Maksim Timonin updated IGNITE-16048:
------------------------------------
    Labels: IEP-71  (was: )

> Extract result rows for IndexQuery sequentially from pages
> ----------------------------------------------------------
>
>                 Key: IGNITE-16048
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16048
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Maksim Timonin
>            Assignee: Maksim Timonin
>            Priority: Major
>              Labels: IEP-71
>
> Currently IndexQueryProcessor extract rows from cache pages by ordered list 
> of IndexRows. It leads to access random page for every new item. 
> We can optimize this process:
>  # Traverse for all IndexRow and found required pageId
>  # Access every page with batch of entries
>  # Put them to final list in order defined with index rows.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to