[
https://issues.apache.org/jira/browse/IGNITE-7935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ilya Lantukh updated IGNITE-7935:
---------------------------------
Description: Updating each key-value pair independently is very inefficient
when data arrives in batches (examples: cache.putAll(...), dataStreamer,
preloading). Our internal data structures (B+ tree, FreeList) can be used more
efficiently.
> Add batch update operation to CacheDataStore
> --------------------------------------------
>
> Key: IGNITE-7935
> URL: https://issues.apache.org/jira/browse/IGNITE-7935
> Project: Ignite
> Issue Type: Improvement
> Affects Versions: 2.4
> Reporter: Ilya Lantukh
> Priority: Major
>
> Updating each key-value pair independently is very inefficient when data
> arrives in batches (examples: cache.putAll(...), dataStreamer, preloading).
> Our internal data structures (B+ tree, FreeList) can be used more efficiently.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)