[ https://issues.apache.org/jira/browse/IGNITE-24135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Maksim Timonin updated IGNITE-24135: ------------------------------------ Description: IndexScan has addition read of CacheDataRow for checking expire time (see rowFilter in IndexScan#indexQueryContext). This can be optimized by reuse of the row read in the rowFilter. was: IndexScan has addition read of CacheDataRow for checking expire time (see IndexScan# indexQueryContext). But there is already check for expire time in InlineIndexImpl#isExpired that is invoked in #find method. > IndexScan read CacheDataRow twice > --------------------------------- > > Key: IGNITE-24135 > URL: https://issues.apache.org/jira/browse/IGNITE-24135 > Project: Ignite > Issue Type: Bug > Reporter: Maksim Timonin > Assignee: Maksim Timonin > Priority: Major > Labels: ise > Time Spent: 0.5h > Remaining Estimate: 0h > > IndexScan has addition read of CacheDataRow for checking expire time (see > rowFilter in IndexScan#indexQueryContext). > This can be optimized by reuse of the row read in the rowFilter. -- This message was sent by Atlassian Jira (v8.20.10#820010)