[
https://issues.apache.org/jira/browse/IGNITE-4652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Semen Boikov resolved IGNITE-4652.
----------------------------------
Resolution: Fixed
Assignee: (was: Semen Boikov)
> Optimization: implement BPlusTree.invoke
> ----------------------------------------
>
> Key: IGNITE-4652
> URL: https://issues.apache.org/jira/browse/IGNITE-4652
> Project: Ignite
> Issue Type: Task
> Components: cache
> Reporter: Semen Boikov
> Fix For: 2.0
>
>
> Currently for atomic cache update we first read previous cache value
> (BPlusTree.find), then depending on some cache logic can do put or remove
> (BPlusTree.put/remove). It is possible to get rid of first BPlusTree.find if
> BPlusTree provide 'invoke' operation similar to IgnteCache.invoke.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)