[
https://issues.apache.org/jira/browse/IGNITE-26282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Polovtsev reassigned IGNITE-26282:
--------------------------------------------
Assignee: Aleksandr Polovtsev
> Implement getEntry operation
> ----------------------------
>
> Key: IGNITE-26282
> URL: https://issues.apache.org/jira/browse/IGNITE-26282
> Project: Ignite
> Issue Type: Improvement
> Reporter: Ivan Bessonov
> Assignee: Aleksandr Polovtsev
> Priority: Major
> Labels: ignite-3
>
> {{getEntry}} should do the following:
> * Check the mutable mem-table.
> * If entry is not found then check immutable mem-tables which weren't
> converted to in-memory metadata yet.
> * If entry is still not found then look it up in in-memory metadata.
> * When entry is found, read its offset from index file, and then resolve
> that offset from segment file.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)