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

Pavel Pereslegin 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.   (was: _Work on improving BPlusTree is being done in another 
ticket._

The performance of batch operations in Ignite can be improved by implementing 
batch updates on page memory level. We should add support for batch inserting 
data rows into FreeList and use it in batch operations to load data through 
preloader, dataStreamer, and cache.putAll(...).)

> Add batch update operation to PageMemory and Persistence
> --------------------------------------------------------
>
>                 Key: IGNITE-7935
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7935
>             Project: Ignite
>          Issue Type: Improvement
>    Affects Versions: 2.4
>            Reporter: Ilya Lantukh
>            Assignee: Pavel Pereslegin
>            Priority: Major
>              Labels: iep-16, iep-32
>
> 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
(v8.3.4#803005)

Reply via email to